Re: Accepting iCal events dropped on my application's icon

2008-12-22 Thread Yang Meyer
Sean, So in essence my question is: How can I tell my application to accept iCal events dragged directly from the iCal GUI? When iCal events are dragged and exported to another application, iCal will provide a promised .ics file in ~/Library/Caches/ TemporaryItems. This file has an

Accepting iCal events dropped on my application's icon

2008-12-14 Thread Yang Meyer
Hello, I am trying to enable dropping dragged iCal events onto my Cocoa application's icon, e.g. in the Dock. While it was fairly straightforward to support ICS files that are dragged from the Finder (setting NSFilenamesPboardType with extension ics in the target's document types, and