In recent months, I have taken on a new project that I hope will accompany me for a long time, but it also required me to improve my structure and productivity.
I build an automation using iOS Shortcuts to synchronize between Supernotes and my calendar.
If it might be helpful for someone, here is my workflow:
-
I create a card in Supernotes with the start and end times and the title of the event, tag it with #calendar, and set the targeted date.
-
Using the API, I filter the cards with the #calendar tag and create corresponding calendar entries. In the next step, the URL of the card will be added to the calendar entry.
-
In the same shortcut, I change the tag from #calendar to #synced via API, so that in the next automation run, new calendar entries are not created for events that already exist.
This way, I can collect tasks and notes for a specific event in Supernotes, have all the things I am currently working on in one collection, and still see them in the calendar.