Skip to content

Instantly share code, notes, and snippets.

@armandofox
Created August 25, 2017 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save armandofox/b0b1da536687b180f906684b4a9fb890 to your computer and use it in GitHub Desktop.
Save armandofox/b0b1da536687b180f906684b4a9fb890 to your computer and use it in GitHub Desktop.
Unwedge iCal to resync properly to Google when even a force-refresh of calendar doesn't download latest GCal changes
osascript -e 'tell application "Calendar" to quit'
launchctl unload -w /System/Library/LaunchAgents/com.apple.CalendarAgent.plist
launchctl load -w /System/Library/LaunchAgents/com.apple.CalendarAgent.plist
open -a Calendar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment