• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Re: Easiest way to get a ordered list of calendars from iCal w/out AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Easiest way to get a ordered list of calendars from iCal w/out AppleScript (From: Eric <email@hidden>)
 >Re: Easiest way to get a ordered list of calendars from iCal w/out AppleScript (From: Mike Abdullah <email@hidden>)

  • Prev by Date: Re: Calling applescript from cocoa application and getting information back
  • Next by Date: Checkbox in menuitem...
  • Previous by thread: Re: Easiest way to get a ordered list of calendars from iCal w/out AppleScript
  • Next by thread: Calling applescript from cocoa application and getting information back
  • Index(es):
    • Date
    • Thread