This repo has been replaced by https://github.com/cinaq/apple-shortcuts as we are expanding the scope of the scripts to include more useful automation.
This repo contains a collection of scripts that synchronizes reminders from Reminders.app to Calendar.app. It works best on iOS.
Background info located at https://cinaq.com/blog/2022/11/22/the-missing-link-between-reminders-and-calendar-app-on-ios/
If you have existing shortcut versions, remove them, download from this repo and import them again. You can keep your personalized shortcuts.
- Open Shortcuts.app
- Reminders list name: this is the name of your reminders list. It also must match with your calendar name.
- Import your shortcuts on your iPhone.
- On your mac open Shortcuts.app
- import the shortcut files from this repo
- configure the shortcuts to your liking
Leverages a helper loop shortcut contributed by @schaafjs
Call Jira2Calendar
with the format: JiraCloudName;CalendarName
. JiraCloudName is used to construct the URL to jira issues in the calendar event.
- Fix duplication of events. Finding calendar events in the next 14 days does not include the current day [Jira2Calendar]
- improved input feedback [Jira2Calendar]
- better calendar name parsing and usage [Jira2Calendar]
- Improved the license notes and probably some unknown refactoring as it's hard to trace back due to binary format
- Reminders2Calendar now accepts a tuple of format
RemindersName;CalendarName
, with this the Reminders List name can be different than the calendar name. - Added Jira2Calendar for similar experience if you have Jira
- bugfix to mark completed reminders older than today
- refactor to use wide range of calendar event search to simplify the logic. No need to do 2 searches anymore
- Fixes duplication of completed reminders in the calendar
- Fixes event duplication