Stavo per suggerire di utilizzare il backup di MobileMe ma:
Unlike the previous version of MobileMe Calendar, with the new MobileMe Calendar, the master copy of your calendar data exists in the cloud (on the MobileMe severs). Various calendar clients (such as iCal on Mac OS X and the Calendar app on iOS devices) view a locally-cached copy of the data that is updated whenever a change is made on the server.
Quindi è un po 'complicato! Se hai dimestichezza con AppleScript o Automator per scaricare un file e sei a tuo agio nel rendere il tuo calendario accessibile pubblicamente (supponendo che qualcuno trovi il tuo URL pubblico), puoi farlo:
Backing up from me.com/calendar
Go to me.com.
Publicly share a calendar.
Copy the URL (web address) from that shared calendar and paste it to the address field in you browser. Do not press Enter or Return yet.
As shown in the example below, change "webcal" to "http":
Example URL from shared calendar:
webcal://www.me.com/ca/sharesubscribe/1.276...
Change to:
http://www.me.com/ca/sharesubscribe/1.276... From MobileMe Help
e usa quell'URL come fonte di download normale. Vorrei utilizzare Automator e ottenere gli URL specificati e quindi scaricare le azioni URLS come punto di partenza.