Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
910 views

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 ...
1
vote
1answer
226 views

How to invoke ical sync service?

I have an application that syncs with iCal through the Calendar Store framework. I've noticed that I need to open iCal for the sync service to start and transfer events and tasks added with my ...
0
votes
0answers
66 views

Fetch first recurrence event in calendar store framework?

I'm trying to determine if a given event is the first recurrence in a recurrence rule. The predicate eventWithUID:ocurrence: in the documentation says if you pass null if does not work for recurrence ...
0
votes
1answer
199 views

How to get file path of a CalCalendarItem?

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 ...
0
votes
2answers
2k views

Get / Set calendar events on iCal (programmatically)

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 ...