Philip Young
Session has a calendar integration feature, where every Session that made is saved to Apple Calendar.
This feature is great—but it would be nice to have more control.
You can save Sessions to a custom calendar per category with Apple Shortcuts.
Example use case:
You can achieve this with Apple Shortcuts integration.
stop_working
IntegrationSession > Preferences > Shortcuts
.stop_working
Shortcut+
button to create a new shortcut.stop_working
.Shortcut Input
, you can get Session:…which we will use to create calendar event.
3. Get the category with category.title
from Shortcut input dictionary.
category.title
, do Add New Event
Shortcut to create calendar event.Add New Event
needs to have a title. Empty title will not create the calendar event.We made a code example below so you can easily make your own calendar integration.
session_end
integrationPro tip: You can run shortcut within shortcut. In this case, we can run our stop_working
shortcut within session_end
shortcut.