All Questions
2 questions
0
votes
1
answer
48
views
Why setting extended property to master will also set the same extended property to occurrences?
I'm trying to link events from outlook to events in my app. So I'm setting an extended property for each event from outlook (the ID from my app).
The problem is that if I set an extended property for ...
1
vote
1
answer
336
views
How to create Exception in Recurrence with Outlook REST API
We can create recurring Events using Outlook REST API by defining PatternedRecurrence with OutlookServices.RecurrencePattern and OutlookServices.RecurrenceRange.
But how to define Exceptions using ...