Search code examples
cocoaosx-snow-leopardicalendarcalendar-store

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


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?


Solution

  • Pretty certain there is no public API in Calendar Store for this. You'll have to file a bug requesting it. Alternatives:

    • See if iCal has AppleScript support for the property
    • Use Sync Services which has access to the full iCal schema