making new attendees in iCal
making new attendees in iCal
- Subject: making new attendees in iCal
- From: Doug Forsythe <email@hidden>
- Date: Fri, 4 Jun 2004 11:23:08 -0400
I am trying to add attendees to an event in iCal. This code should
work:
tell event an_event
make new attendee at end of attendees with properties {display
name:"Joe Blow", email:"email@hidden"}
end tell
I get an "NSContainerSpecifierError".
I'm a recent Mac convert and don't have a lot of AppleScript experience
so I may have missed something obvious but I found a message posted by
Paul Berkowitz last November where he writes, "I've discovered the
worst cesspool in iCal: it's 'attendees'. [There] are so many
bugs, and they're so bad, it's almost unusable."
Is this an example of one of those bugs in the cesspool?
:-Doug Forsythe
_______________________________________________
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.