Two macOS shortcuts for sending and syncing reminders from Logseq to Reminders.app. Logseq’s task management features are fine, but i really like the system integration of Apple Reminders.
Sync Logseq todos marked as NOW and those with a deadline to the macOS Reminders app (see caveats). Download shortcut.
Bonus shortcut: Send selected Logseq todo block to Reminders: Sends the currently selected todo to reminders
demo.mp4
- Create a reminders list (e.g. „Logseq“)
- Activate the Logseq API (https://docs.logseq.com/#/page/local%20http%20server) and set an API token.
- Set your configuration in the „config“ dictionary at the top of the shortcut.
- This is a pretty complex shortcut, and Logseq block identifiers (uids) can change (e.g. if you do a Re-Index). Use at your own risk.
- Adding/Editing todos in the Reminders.app will not be reflected in Logseq, only the todo status is synced (setting a todo as „Done“ in Reminders sets the todo as „Done“ in Logseq).
- During the sync, a tag „processing-…“ will be created in Reminders. The tag may stay around for a few seconds until the Reminders.app interface updates.
- Shortcut tested on macOS Ventura & Sonoma.
- 231225 V.1.3, Include NOW tasks (with and without deadlines)
- 231225 : V1.2, Fix compatibility with macOS Sonoma
- 231122: V1.1, Fix reminders list name config was not applied
- 231121: V1.0, Initial Release