• 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
Creating detached events
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Creating detached events


  • Subject: Creating detached events
  • From: "Manish Chaturvedi" <email@hidden>
  • Date: Fri, 23 May 2008 17:33:18 +0530

Hi there,

 

Please excuse me if this is not the right mailing list to post this message.

 

I am using this script for creating daily recurring event in iCal

 

tell application “iCal”

                tell calendar “Home”

                                set thedate to current date

                                set EventRecurrence to “FREQ=DAILY;INTERVAL=1;COUNT=5 ” as string

                                make new event at end with properties { description:”test”, summary:”summary”, start date:thedate, recurrence:EventRecurrence}

                end tell

end tell

 

is there is any way to create detached events( i.e. both deleted and modified events ) in this recurring event using apple script ?

 

Thanks in advance,

Manish

 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Prev by Date: Re: Difficulties with choose file of type - PowerPoint
  • Next by Date: Re: Rename nested folders
  • Previous by thread: Re: Difficulties with choose file of type - PowerPoint
  • Next by thread: Detecting if connected to internet
  • Index(es):
    • Date
    • Thread