Jesper Hauge
2008-11-14 10:38:01 UTC
I'm trying to develop a solution that shows and handles the calendars of some
resource mailboxes in Exchange 2007. Part of the solution is being able to
show the calendar items on a web page and track some additional info that is
not persisted in the Exchange store.
That means I have to be able to track updates to the items in the exchange
store, and update a local copy in a corresponding database.
Since resource mailboxes is defaulted to inactive accounts in exchange, I
can only use delegate access to the resources calendars. And since i use
delegate access it is not possible to use the EWS synchronization API since
it only works on mailboxes that is accessed with the mailbox's own user
credentials.
Problem is that when a organizer updates a meeting - the meeting in the
resource calendar will have a new ItemIdType.Id - which means I cannot use
this id for tracking updates to the items.
Is it possible to track the updates to items i a resource calendar via a
single property of the item? And if so - what property should i use for this?
Regards
Jesper Hauge
resource mailboxes in Exchange 2007. Part of the solution is being able to
show the calendar items on a web page and track some additional info that is
not persisted in the Exchange store.
That means I have to be able to track updates to the items in the exchange
store, and update a local copy in a corresponding database.
Since resource mailboxes is defaulted to inactive accounts in exchange, I
can only use delegate access to the resources calendars. And since i use
delegate access it is not possible to use the EWS synchronization API since
it only works on mailboxes that is accessed with the mailbox's own user
credentials.
Problem is that when a organizer updates a meeting - the meeting in the
resource calendar will have a new ItemIdType.Id - which means I cannot use
this id for tracking updates to the items.
Is it possible to track the updates to items i a resource calendar via a
single property of the item? And if so - what property should i use for this?
Regards
Jesper Hauge