I am trying to use Exchange Web Services to update a calendar item. I create an ItemChangeType and then an ItemIdType. I have a unique identifier for ItemIdType.Id, but I have nothing to use for ChangeKey. When I leave this, I get ErrorChangeKeyRequiredForWriteOperations. But when I try to just add something, I get ErrorInvalidChangeKey.
What can I use for this to make it work?
I am also trying to determine which best implementation of BaseItemIdType is used for ItemChangeType.Item. So far I am using ItemIdType, and I assume this is correct, but I could not find any particularly useful documentation on this subject.
source
share