Re: Palm Desk Top
Re: Palm Desk Top
- Subject: Re: Palm Desk Top
- From: cheshirekat <email@hidden>
- Date: Tue, 4 Jan 2005 11:25:39 -0700
On Mon, Jan 3, 20054:55 PM, the following words from Chris Page
email@hidden, emerged from a plethora of SPAM ...
>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.
Here's an example of what I use:
set the nextDay to ((the current date) + 1 * days)
tell application "Palm Desktop"
tell events of calendar day the nextDay
set the eCount to the count
if the eCount is greater than 0 then
set {the eNamesList, the eTimesList} to {the title, the start time}
end if
end tell
end tell
cheshirekat
--
Thus the living, lone and sobbing,
In the throes of anguish throbbing,
With the loathsome Furies robbing
Night and noon of peace and rest.
But beyond the groans and grating
Of abhorrent Life, is waiting
Sweet Oblivion, culminating
All the years of fruitless quest.
-- H.P. Lovecraft, Despair 1919
_______________________________________________
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