Re: Scripting calendar - UIDs and moving from one cal to another
Re: Scripting calendar - UIDs and moving from one cal to another
- Subject: Re: Scripting calendar - UIDs and moving from one cal to another
- From: Shane Stanley <email@hidden>
- Date: Thu, 03 Dec 2015 09:29:21 +1100
On 2 Dec 2015, at 11:56 PM, Jay Louvion <email@hidden> wrote:
my moveEventID:"30B44E1A-8468-4193-88AB-CD508AF0CDF0" toCalID:"6674D9DA-44A2-4012-A704-FBFEE1EF2133" ofType:1
on moveEventID:eventID toCal:calName ofType:calType -- Cal type: Local = 0, CalDAV/iCloud = 1, Exchange = 2, Subscription = 3, Birthday = 4
Oh, now I see. Notice that the two don't match: the second parameter is "toCal:", but you're still using "toCalID:" from the previous ID-based handler.
So you need something like:
my moveEventID:"30B44E1A-8468-4193-88AB-CD508AF0CDF0" toCal:"Jay" ofType:1
The second parameter is now the name of the calendar.
|
_______________________________________________
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