calendar-store

API for showing free/busy time in iCal (Apple guys?)

In Snow Leopard there is a possibility to show free/busy time in iCal event. I've searched the headers of CalStore.framework and couldn't find any property that describes this field. How can i retrieve free/busy property of calendar event? Thanks a lot, Nava ...

Get / Set calendar events on iCal (programmatically)

Hi, is there any objective C API or object that can give me access to the iCal and its events? I need to read the calendar events for a given date and optionally set a new event. The code is either plain C or objective C (in the GUI version of the program). I'm using xcode on a mac os 10.6. Sample code is greatly appreciated. ...

How to get file path of a CalCalendarItem?

Hi guys, I want to add meta data to an iCal event (task) with OpenMeta. Therefor I need the path to the file that contains the event (task). Is there a possibility to get this programmatically if a have a certain CalCalenderItem? Thank you very much! Best, Felix ...