• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Palm Desk Top
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Re: Palm Desk Top (From: Chris Page <email@hidden>)

  • Prev by Date: New Year's gift for Netscape users
  • Next by Date: Scripting Network Proxy settings
  • Previous by thread: Re: Palm Desk Top
  • Next by thread: Re: PITA? (Was: Re: Removing resource fork via applescript?)
  • Index(es):
    • Date
    • Thread