I'm trying out the EWS managed API for creating a recurring meeting.
Is it possible to define the recurrence pattern through a Recurrence Rule (RRULE)?
I'm trying out the EWS managed API for creating a recurring meeting.
Is it possible to define the recurrence pattern through a Recurrence Rule (RRULE)?
No, you need to use the Recurrence classes that go along with the API. They are actually fairly straightforward.
You can Import the Ical https://msdn.microsoft.com/en-us/library/office/dn672319(v=exchg.150).aspx which should allow you to do it. However not all Ical implementation are equal so depending on how its been generated results could vary so its safer just to use Recurrence Class from the API and translate between the two if you coming from Ical.