<aside> 💡 Cron has a simple “local API” for other tools to open Cron to a specific event. This scheme equally works on macOS and Windows.
</aside>
cron://showEvent?
accountEmail
required — the calendar account the event belongs to.
Example: [email protected]iCalUID
required — event identifier as defined in RFC5545 (EventKit doc, Google API doc).
Example: [email protected]startDate
required — ISO 8601 date, optionally with time.
Example: 2022-01-05 (for all-day event), 2022-01-05T20:30:00.000ZendDate
required — like startDate.
Example: 2022-01-06 (for all-day event), 2022-01-05T21:00:00.000Ztitle
optional — title of event to be opened.
Example: Testref
optional — your app’s referrer.
Example: com.example.testcron://[email protected]&[email protected]&startDate=2022-01-05T20:30:00.000Z&endDate2022-01-05T21:00:00.000Z&title=Test&ref=com.example.test
Questions about using this API, or looking for a “proper API” (REST, GraphQL, Webhooks)? Say [email protected] and tell us your use case.