How does one save a vcard?
How does one save a vcard?
- Subject: How does one save a vcard?
- From: Michelle Steiner <email@hidden>
- Date: Thu, 29 Mar 2007 16:11:03 -0700
I've tried everything I can think of, but none of it works. It
either creates an error or fails silently.
Here is one example:
tell application "Address Book"
set daName to name of person 1
tell application "Finder"
make new file with properties {name:daName & ".vcf"} at folder "Dora"
set dest to the result as alias
end tell
set foo to vcard of person 1
save foo in dest
end tell
I've tried it without creating the file with the Finder.
-- Michelle
--
Color is just a pigment of your imagination.
_______________________________________________
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