An installable Codex/OpenSkills skill for safely comparing and mirroring Google Calendar and Microsoft Outlook Calendar.
It covers:
- bounded Google/Outlook calendar comparison
- safe mirror copies without attendees or invite spam
[applesync], Fantastical, and mirror-tag duplicate handling- all-day holiday/observance availability cleanup
- rolling daily alignment checks
.icsfallback generation when Outlook write access is blocked
Install globally:
npx openskills install -g -y https://github.com/allenlee0430/calendar-alignment-skillInstall into the current project:
npx openskills install -y https://github.com/allenlee0430/calendar-alignment-skillThen invoke:
Use $calendar-alignment to compare my Google and Outlook calendars and mirror missing events safely.
calendar-alignment/SKILL.md- main workflowcalendar-alignment/references/matching-and-status.md- detailed matching/status rulescalendar-alignment/scripts/create_backfill_ics.py- importable ICS fallback generator