Palm event for date
Palm event for date
- Subject: Palm event for date
- From: John McAdams <email@hidden>
- Date: Tue, 26 Feb 2002 09:48:41 -0500
Hi List,
Just got around to looking at a script that I used in 9. It used to loop
through every event on a specific date in Palm Desktop. Then it would
transfer certain ones to FileMaker. It now seem broken in OS X.
set import_Date to a reference to current date
tell application "Palm Desktop"
repeat with n from 1 to (count of event on day import_Date)
etc. etc.
The above line always returns 0 no matter how many events the day
actually contains. Suggestions?
TIA,
jmc
_______________________________________________
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.