Recurring update of address book

Joined
Jul 26, 2011
Messages
1
Reaction score
0
Hello, I have a small school and students' info is kept in filemaker. I can export this info to csv or many other file types.

How do I set a script to periodically import (update) this data into my address book?

Thanks,

New to automator and applescript.
 
Joined
Nov 26, 2010
Messages
3,558
Reaction score
52
The Updating is the hard part, as AddressBook will Import a CSV. File > Import

It would need to be AppleScript.
You'll need to script something that

Open the TextFile to a String
Make the String a List
Loop through the List and try to get an AddressBook Person based on Field in List
If not Find Person the Add Person
Update Details

AddressBook is a headache to Script but it can be done.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top