Skip to content

Instantly share code, notes, and snippets.

@benjaminpearson
Created October 19, 2011 11:00
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 benjaminpearson/1297978 to your computer and use it in GitHub Desktop.
Save benjaminpearson/1297978 to your computer and use it in GitHub Desktop.
Merging iCal Calendars with iCloud

When organising my iCal calendars (post iClouding them) and attempting to merge two calendars together, I found iCal would add them but then during the "updating.." process it would delete each event - leaving you with a empty calendar at the end of it.

I eventually resolved this using the following process:

WARNING: As always when messing about with important data. Make sure you back everything up. Exporting all your calendars should be enough. But possibly research other iCal backup techniques.

  1. Right click and export each iCloud calendar that you eventually want to merge.

  2. Create a new local calendar: File > New Calendar > On My Mac

  3. Double click each ics file that you exported. It will prompt you for a destination calendar. Choose your new calendar.

  4. Now that you have your local calendar with all merged events. Open System Preferences > iCloud. Uncheck the Calendars item. It will say "Delete from My Mac (but everything is safe online)". Proceed to do that.

  5. After that has finished updating. Recheck the Calendars item and let it merge your local calendars into iCloud. Your new calendar should now be in the cloud :)

References:

https://discussions.apple.com/thread/3375438?start=0&tstart=0

http://support.apple.com/kb/HT4967?viewlocale=en_US

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment