Re: [iCal] where is the note, what is the sequence?
Re: [iCal] where is the note, what is the sequence?
- Subject: Re: [iCal] where is the note, what is the sequence?
- From: Paul Berkowitz <email@hidden>
- Date: Fri, 23 Jan 2004 21:23:08 -0800
On 1/23/04 8:58 PM, "Matyas Ferenc Farkas" <email@hidden> wrote:
>
there is the class description of the iCal's todo:
>
Class todo: This class represents an todo
>
Plural form:
>
todos
>
Elements:
>
Super classes:
>
item
>
Properties:
>
class type class [r/o] -- (inherited from the item class) The
>
class of the object.
>
properties record -- (inherited from the item class) All of the
>
object's properties.
>
priority integer -- The todo priority
>
due date date -- The todo due date
>
uid Unicode text [r/o] -- An unique todo key
>
sequence integer -- The todo version
>
url Unicode text -- The URL associated to the todo
>
summary Unicode text -- The todo summary
>
stamp date date [r/o] -- The todo last stamp date
>
completion date date -- The todo completion date
>
>
what does the sequence mean,
Each time you change (edit) the todo, the 'sequence' increments. Maybe
that's helpful for syncing or something - check if its sequence is the same
as last time (you'd have to record it somewhere) - if not, get the data
again. I would have thought that 'stamp date' was good enough for this
purpose, so I really have no idea why you'd need it.
>
and where is the property variable for
>
manipulating the note of the todo?
It doesn't exist. You would have thought they'd fix that in the recent
update to 1.5.2, no? No. Please add your voice - file a bug. I hope they
have hundreds for this one.
--
Paul Berkowitz
_______________________________________________
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.