exchange server - How to get Appointment recurrence in XML format using EWS? -


i working on mail application. want appointment details exchange server account using ews. use scheduler control details of recurrence in xml format. want details of appointment in either xml or in string format.

for example, gmail occurance detail

test: weekdays, never end meeting

recurrence object details: "rrule:freq=weekly;byday=mo,tu,we,th,fr"

i use following method appointment.

foreach (appointment appointment in service.finditems(wellknownfoldername.calendar, new itemview(int.maxvalue))) {      appointment.load(); } 

can please suggest me appropriate way?


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -