Skip to content

Instantly share code, notes, and snippets.

View thijskok's full-sized avatar

Thijs Kok thijskok

View GitHub Profile
@edenwaith
edenwaith / clear_cal_cache.sh
Last active March 1, 2024 07:54
Clear the cached calendars for macOS Calendar
#!/bin/sh
# Author: Chad Armstrong
# Date: 29 August 2018
# Description: Clear the cached calendars for macOS Calendar
# References:
# https://michaelkummer.com/technology/fix-calendar-cant-save-event-x-exchange/
# https://wilkinsit.ca/mac-osx/clear-calendar-cache-mac-os/
# https://stackoverflow.com/a/3510850/955122