Forum Discussion
vzhdanov
Oct 13, 2023Copper Contributor
Recurring event created through Android SDK
Hi all,
I am trying to create a recurring event for a calendar through an Android app. Our app already has the capability to create an event for any Android calendar. We need to add recurring events now. I followed the iCalendar docs for the Recurring rule. When I choose Outlook as the default app to save the event the "repeat" line says never. If I add it through Google Calendar it honors the recurrence rule and when I use the same email for both it will populate the recurring event to Outlook after saving in Google Calendar. Here is my RRULE: rrule=FREQ=WEEKLY;BYDAY=MO,WE,FR;UNTIL=20231111
Is there an additional property In the "CalendarContract.Events" that Outlook requires for recurring events or is it a limitation?
No RepliesBe the first to reply