iCal Events Repeat Property
iCal Events Repeat Property
- Subject: iCal Events Repeat Property
- From: Jason Bourque <email@hidden>
- Date: Thu, 08 Apr 2004 21:55:58 -0400
Hello,
I am trying to create a new event with a repeat property. What gives? Dictionary says.
recurrence Unicode text -- The iCAL string describing the event recurrence, if defined
For now the repeat is yearly.
my script
set vRecurrenceString to ":FREQ=YEARLY;INTERVAL=1"
set vNewEvent to make new event at end of events of vBirthdayCal ,
with properties {start date:vBirthday, end date:vBirthday, recurrence:vRecurrenceString ,
, summary:vEventTitle, description:vEventTitle, allday event:true}
Thanks,
Jason Bourque
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.