Re: Re: Easiest way to get a ordered list of calendars from iCal w/out AppleScript
Re: Re: Easiest way to get a ordered list of calendars from iCal w/out AppleScript
- Subject: Re: Re: Easiest way to get a ordered list of calendars from iCal w/out AppleScript
- From: Eric <email@hidden>
- Date: Sun, 17 Sep 2006 12:19:36 -0700
- (void)calendarCheck
{
if ([self iCalIsRunning])
[self getCalendarsWithApplescript];
else
[self getCalendarsFromDisk];
}
Yes I've considered that as an alternate solution. The only problem I
see with that is in the else case, the calendar order data stored in
nodes.plist may be outdated if iCal crashed instead quit normally; but
again, what's the chance of that?
But I guess given iSync's complexity, this may be my best option.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden