Re: [Pythonmac-SIG] vobject

2007-12-18 Thread Nehemiah Dacres
vobject is used in the calendar server so don't have to worry about how update callendar store is, subscribe to the delegate. ... ( http://trac.calendarserver.org/projects/calendarserver/wiki/Portability) and it's NOT leopard only. personally, I may just skip a version until they deal with the

Re: [Pythonmac-SIG] vobject

2007-12-17 Thread Ronald Oussoren
On 17 Dec, 2007, at 23:00, Nehemiah Dacres wrote: But is that leopard only? Yes, that's what I wrote. Ronald On Dec 6, 2007 3:41 AM, Ronald Oussoren <[EMAIL PROTECTED]> wrote: FWIW: Leopard includes API's for accessing iCal's database (the CalendarStore framework) and that framewo

Re: [Pythonmac-SIG] vobject

2007-12-17 Thread Nehemiah Dacres
But is that leopard only? On Dec 6, 2007 3:41 AM, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On Thursday, December 06, 2007, at 08:34AM, "David Warde-Farley" < > [EMAIL PROTECTED]> wrote: > >On 5-Dec-07, at 11:36 PM, Nehemiah Dacres wrote: > > > >> perhaps you could point your python to the i

Re: [Pythonmac-SIG] vobject

2007-12-06 Thread Ronald Oussoren
On Thursday, December 06, 2007, at 08:34AM, "David Warde-Farley" <[EMAIL PROTECTED]> wrote: >On 5-Dec-07, at 11:36 PM, Nehemiah Dacres wrote: > >> perhaps you could point your python to the ical callendar store >> place (i forget where this is but its documented at apple >> somewhere ) and e

Re: [Pythonmac-SIG] vobject

2007-12-05 Thread David Warde-Farley
On 5-Dec-07, at 11:36 PM, Nehemiah Dacres wrote: > perhaps you could point your python to the ical callendar store > place (i forget where this is but its documented at apple > somewhere ) and edit the ical calendar objects with this. Now you > can use a well documented, programmatic interfa

[Pythonmac-SIG] vobject

2007-12-05 Thread Nehemiah Dacres
I've been reading here about a few people who've been interfacing with their iCal calendars via vobject. To take it directly from the website "VObject simplifies the process of parsing and creating iCalendar and vCard objects" --(http://vobject.skyhouseconsulting.com/usage.html) perhaps you could