Re: Palm Desk Top
Re: Palm Desk Top
- Subject: Re: Palm Desk Top
- From: Chris Page <email@hidden>
- Date: Mon, 3 Jan 2005 16:55:28 -0800
On Jan 2, 2005, at 11:02, Hendrik W. M. van Eeden wrote:
I have been trying to get the events in the date book of the Palm
Desktop via applescript.
...
set lstEvents to events whose start time ≥ datStartOfToday and
end time ≤ datEndOfToday --get a list of today's events
Try:
set lstEvents to events of calendar day (current date)
"calendar day" provides a way to look at all the events and to dos on a
particular date.
--
Chris Page - Software Wrangler - Dylan Pundit
The most likely way for the world to be destroyed, most experts agree,
is by accident. That's where we come in; we're computer professionals.
We cause accidents. -- Nathaniel Borenstein
_______________________________________________
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: | |
| >Palm Desk Top (From: "Hendrik W. M. van Eeden" <email@hidden>) |