tverghis
tverghis

Reputation: 999

Creating appointments for multiple users in one request

I need to use impersonation to create events on multiple user's calendars at the same time.

Is it possible to send a single request with multiple SOAP envelopes with the event details, or do I need to send separate requests for each event that needs to be created?

Upvotes: 0

Views: 65

Answers (1)

Glen Scales
Glen Scales

Reputation: 22032

If your using Impersonation then then answer is no because impersonation is set at the envelope level you need multiple request. EWS allows batching but these requests are batched within one envelope and hence one security context. If you used a Service Account that had been granted access to all the mailboxes you where trying to access then it would be possible.

Cheers Glen

Upvotes: 1

Related Questions