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: Mátyás Ferenc Farkas <email@hidden>
- Date: Sat, 24 Jan 2004 13:42:46 +0100
hi,
>
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.
i recorded the change with applescipt, ecexuted twice:
tell application "iCal"
get sequence of todo 1 of calendar 1
get properties of todo 1 of calendar 1
end tell
the log:
tell application "iCal"
get sequence of todo 1 of calendar 1
--> 1
get properties of todo 1 of calendar 1
--> {
priority:0,
sequence:1,
stamp date:date "Saturday, January 24, 2004 1:35:48 PM",
}
end tell
Script untitled 9 finished
Script untitled 9 started
tell application "iCal"
get sequence of todo 1 of calendar 1
--> 1
get properties of todo 1 of calendar 1
--> {
priority:5,
sequence:1,
stamp date:date "Saturday, January 24, 2004 1:37:48 PM",
}
end tell
Script untitled 9 finished
but the sequence does not change. :( am i missing something? the stamp
date works as expected.
>
update to 1.5.2, no? No. Please add your voice - file a bug. I hope
>
they
>
have hundreds for this one.
done.
--
matyas
_______________________________________________
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.