• 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: Moving events between calendars in iCal
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Moving events between calendars in iCal


  • Subject: Re: Moving events between calendars in iCal
  • From: David C Andrews <email@hidden>
  • Date: Wed, 25 Jan 2006 20:12:45 -0500

Well, since I do not use applescript to do this sort of thing, I'm not sure this will help, but I copy events and paste where i want, leaving the old events be (for reference).

David A

On Jan 25, 2006, at 4:33 AM, John M wrote:

Hi Sweth,

Is there any easy way to move an event between calendars in iCal,

Not that I know of.

(If the latter is the only way to do it, then can someone explain why

repeat with theEvent in allEvents
	set eventProperties to properties of theEvent
	set thestartdate to start date of eventProperties

won't compile because of the space in "start date"?)

This works on my machine:

tell application "iCal"
	set allEvents to events of calendar 1
	repeat with theEvent in allEvents
		set eventProperties to properties of theEvent
		set thestartdate to start date of eventProperties
		display dialog thestartdate as text
	end repeat
end tell


To work with 'start date' as a property use it in a 'tell ical' block.

Best wishes

John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden


This email sent to email@hidden


_______________________________________________ Do not post admin requests to the list. They will be ignored. Applescript-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Re: Moving events between calendars in iCal (From: John M <email@hidden>)

  • Prev by Date: [ANN] Next Philadelphia Area AppleScript Users Group Meeting
  • Next by Date: Need an Idea
  • Previous by thread: Re: Moving events between calendars in iCal
  • Next by thread: Re: Moving events between calendars in iCal
  • Index(es):
    • Date
    • Thread