Is it possible to export an .ics file from iCal containing just today's events from specific calendars?
November 4, 2007 11:28 AM
Subscribe
Is it possible to export an .ics file from iCal containing just today's events from specific calendars?
I assumed I'd be able to do this with Automator, but it doesn't have any actions for exporting from iCal.
So is there a way to do this, perhaps with Applescript? I've tried Googling to no avail - there seem to be plenty of scripts to export todo items in various ways, but nothing regarding calendars for a given date that I could find.
Alternatively, is it possible to make a new 'daily' calendar containing all today's events from specific calendars (and nothing else), which I could then export manually? Again, I can't get Automator to do this - the New iCal Events action won't take input from Filter Items in iCal or Get Specified iCal Items.
I'm running iCal 3.0 on OS 10.5.
posted by jack_mo to computers & internet (2 comments total)
1 user marked this as a favorite
I pulled two separate events to the desktop though, and hacked them together in a text editor. The resulting ics file imported perfectly into iCal, so that may be your solution. Key parts of the orginal ics files you want to smush together are the BEGIN:VEVENT and END:VEVENT chunks (inclusive). Be sure to leave all of the rest of headers alone, or you can experiment with the values if you are feeling bold!
posted by drfu at 3:42 PM on July 2, 2008