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: Sat, 24 Jan 2004 07:29:56 -0800
Sorry, Matyas. Did you make any changes to the todo before you ran the
script the second time? Just the priority? Or did you change any text too?
I have seen the sequence increment, but maybe not from modification - it
must be from something else then. I don't know what causes it . I'll look
more closely and see if I can work it out next time.
--
Paul Berkowitz
>
From: Matyas Ferenc Farkas <email@hidden>
>
Date: Sat, 24 Jan 2004 13:42:46 +0100
>
To: <email@hidden>
>
Subject: Re: [iCal] where is the note, what is the sequence?
>
>
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.
_______________________________________________
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.