I am using exchange webservice to get my outlook calendar items to my application. But the issue with recurrence rule of RadScheduler property.
The RadScheduler accepts RFC2445 format for reurrence rule where as Exchange Webservice returning in different can i able to convert Exchange WebService appointment to iCalendar( RFC2445 ) using any telerik tools.
The RadScheduler accepts RFC2445 format for reurrence rule where as Exchange Webservice returning in different can i able to convert Exchange WebService appointment to iCalendar( RFC2445 ) using any telerik tools.
RFC2445 Format:
<![CDATA[ DTSTART:20131205T080000Z
DTEND:20131205T093000Z
RRULE:FREQ=DAILY;COUNT=5;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,SA,SU
]]>
Exchange web service Format:
- Appointment.Recurrence.Pattern
<t:DailyRecurrence><t:Interval>1</t:Interval></t:DailyRecurrence>
- exAppointment.Recurrence.Range
<t:EndDateRecurrence><t:StartDate>2012-08-08</t:StartDate><t:EndDate>2012-08-09</t:EndDate></t:EndDateRecurrence>