Page 1 of 1

Do appointment have "modified date" field?

Posted: Tue Jul 11, 2006 12:32 am
by Kenji
Hi.

I have a question.
Do appointment have "modified date" field?
If appointment have modified date field,

Can I get it?
Thanks&Regards

Do appointment have "modified date" field?

Posted: Thu Jul 13, 2006 2:47 pm
by 14319KevinH
I think the server stores this but we don't expose it in the web client.

Do appointment have "modified date" field?

Posted: Thu Jul 13, 2006 7:08 pm
by Kenji
I saw appointment table of mailboxX.
appointment table have u_id, item_id, start_time and end_time field.

modified date field is not in appointment table.
Where do modified date field be stored?
Thanks.

Do appointment have "modified date" field?

Posted: Sun Jul 16, 2006 7:52 pm
by 14319KevinH
In that case it's likely we don't store that field anywhere.

Do appointment have "modified date" field?

Posted: Mon Jul 17, 2006 1:38 am
by dkarp
[quote user="Kenji"]I saw appointment table of mailboxX.
appointment table have u_id, item_id, start_time and end_time field.

modified date field is not in appointment table.
Where do modified date field be stored?[/QUOTE]

There's a foreign key mapping the ITEM_ID column in the APPOINTMENT table to the ID column in the MAIL_ITEM table. The "last modified time" is stored in the CHANGE_DATE column of the corresponding row of the MAIL_ITEM table.

Do appointment have "modified date" field?

Posted: Mon Jul 17, 2006 1:47 pm
by dkarp
[quote user="dkarp"]There's a foreign key mapping the ITEM_ID column in the APPOINTMENT table to the ID column in the MAIL_ITEM table. The "last modified time" is stored in the CHANGE_DATE column of the corresponding row of the MAIL_ITEM table.[/QUOTE]

The other value you might be interested in is MAIL_ITEM.DATE. MAIL_ITEM.CHANGE_DATE is the last time anything about the appointment changed (including its folder, whether it's flagged/tagged, etc.). MAIL_ITEM.DATE is the last time the appointment itself was modified.

Do appointment have "modified date" field?

Posted: Mon Jan 30, 2012 9:02 pm
by rahulsingh
The other value you might be interested in is MAIL_ITEM.DATE. MAIL_ITEM.CHANGE_DATE is the last time anything about the appointment changed (including its folder, whether it's flagged/tagged, etc.). MAIL_ITEM.DATE is the last time the appointment itself was modified.
I don't think so, go through this https://wiki.mozilla.org/Bugzilla:REST_API:Objects#User

before making some thinking...
to find last modified date/time --either use "delta_ts" or "changeddate"