Cancelled appointments don't disappear in target calendar #3
Notifications
Total Time Spent: 11 minutes
Due Date
aksdb
11 minutes
No due date set.
Dependencies
No dependencies set.
Reference: aksdb/CalAnonSync#3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce:
-> Watch the appointment not disappear in the target calendar
I guess the requested "IsCancelled" attribute from EWS doesn't work then. Great. I love that API.
"IsCancelled" is only transmitted when I request all attributes (which is quite a lot). Apparently I can request "AppointmentState" though, which has a bit flag that indicates the cancelled state. See MSDN.