iOS Shortcut to sync specific cards as events with my calendar

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:

  1. 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.

  2. 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.

  3. 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.

4 Likes

That sounds like an awesome workflow @isaiur! If you fancy sharing the iOS shortcut, let us know and we’ll happily add it to the Community Creations section on the Developer site.