Replies: 1 comment
-
I've now tried copying the calendar object manually, leaving the attachments empty and re-adding them.
My attachment data only get serialized when you don't specify a URI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're exporting a calendar event via EWS and importing it in a Ical.Net.Calendar object.
This event already has attachments, but the data is missing (EWS doesn't export it, so that's normal).
I want to update the existing attachments, but the Data property isn't settable nor is there any other method to update the contents.
I also can't remove any attachments.
If I were to clear the "ATTACH" group inside the Properties, the attachments are all gone, but then you can't add attachments anymore via the Attachments property.
The wiki also doesn't tell us anything about this.
Beta Was this translation helpful? Give feedback.
All reactions