Integrate reminders and calendars on macOS

Is it possible to sync the contents of logseq’s TODO and DDL to reminders and calendars on macOS?

Hey! I looked into this when I was trying to build an integration to a Todo app (GitHub - hkgnp/logseq-todoist-plugin).

Mac Reminders does not have an easy way to integrate as they don’t have regular APIs to do so. They only have EventKit I believe. Unlike Todoist where they have a regular REST API, which is much much easier to implement and more importantly, not tied to the OS (works on both Windows, Mac, Linux, etc.).

1 Like