Hey All,
I'm building a task tracking app and need to create recurring calendar items for recurring tasks. I've tried formatting the recurrence string according to the iCal format but the calendar items it creates are not recurring. Anyone have an example of the proper syntax for the {recurrence: string} part of the Outlook 365 connector? Here is an example of the string I've tried:
{
Recurrence: "RRULE:FREQ=WEEKLY;WKST=SU;BYDAY=TH;INTERVAL=1",RecurrenceEnd:Text(DateAdd(Date(2019,04,10), -TimeZoneOffset(Date(2019,04,10)),Minutes),UTC)
}