Re: iCal Integration

2012-02-25 Thread John Maisey
2012, at 23:04, cocoa-dev-requ...@lists.apple.com wrote: Message: 10 Date: Fri, 24 Feb 2012 08:49:33 +1000 From: Gideon King gid...@novamind.com To: Jeremy Matthews jeremymatth...@mac.com Cc: list-cocoa-dev Development cocoa-dev@lists.apple.com Subject: Re: iCal Integration Message-ID

Re: iCal Integration

2012-02-24 Thread Gideon King
I don't see anything in the API to detect it - I have encountered calendars that don't support tasks, and if I try to save a task to them, I get an error with code 1025 (CalCalendarNotEditableError), and deal with that in my code. isEditable returns YES for a calendar which only supports

Re: iCal Integration

2012-02-24 Thread Jeremy Matthews
To: Jeremy Matthews jeremymatth...@mac.com Cc: list-cocoa-dev Development cocoa-dev@lists.apple.com Subject: Re: iCal Integration Message-ID: 4ad9e40b-977e-4901-a1cb-a068efd8f...@novamind.com Content-Type: text/plain; charset=windows-1252 I don't see anything in the API to detect it - I have

iCal Integration

2012-02-23 Thread Jeremy Matthews
I have a simple app which, as a byproduct, creates tasks and events in iCal. Prior to 10.7, the user would choose from a popup list populated by all calendars within the [CalCalendarStore defaultstore], which worked great and created both events and tasks perfectly fine. Now, in 10.7, it seems