Cancelled appointments don't disappear in target calendar #3
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Total Time Spent: 11 minutes 9 seconds
Due Date
aksdb
11 minutes 9 seconds
No due date set.
Dependencies
No dependencies set.
Reference: aksdb/CalAnonSync#3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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.