Skip to content

Instantly share code, notes, and snippets.

@0x10FF
Created February 22, 2016 21:17
Show Gist options
  • Save 0x10FF/f5f152007643f52f55cf to your computer and use it in GitHub Desktop.
Save 0x10FF/f5f152007643f52f55cf to your computer and use it in GitHub Desktop.
clear iCal events
#!/usr/bin/env bash
pushd ~/Library/Calendars
#echo "select * from ZMESSAGE;" | sqlite3 -header "Calendar Cache"
echo "DELETE FROM ZMESSAGE;" | sqlite3 -header "Calendar Cache"
popd ~/Library/Calendars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment