• 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: Scripting calendar - UIDs and moving from one cal to another
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

-- 
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>

 _______________________________________________
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

References: 
 >Re: Scripting calendar - UIDs and moving from one cal to another (From: Shane Stanley <email@hidden>)
 >Re: Scripting calendar - UIDs and moving from one cal to another (From: Jay Louvion <email@hidden>)

  • Prev by Date: Re: AS Library Question
  • Next by Date: Re: AS Library Question
  • Previous by thread: Re: Scripting calendar - UIDs and moving from one cal to another
  • Next by thread: make server folder windows a different color than local?
  • Index(es):
    • Date
    • Thread