Closed shahzebutt closed 8 months ago
currently, I am using this API to create an event in outlook: https://outlook.live.com/calendar/0/deeplink/compose?rru=addevent&startdt=2020-02-13T13:00:00&enddt=2020-02-13T14:00:00&subject=Test+Event&location=Dublin
How to add repeat/recurrence in outlook? It is simple to do in google API but can not find any stuff related to outlook.
I tried to reversely engineer outlook code today to find such a parameter and I couldn't. It seems they don't support it. But I found new more params (minor) and added to the doc.
currently, I am using this API to create an event in outlook: https://outlook.live.com/calendar/0/deeplink/compose?rru=addevent&startdt=2020-02-13T13:00:00&enddt=2020-02-13T14:00:00&subject=Test+Event&location=Dublin
How to add repeat/recurrence in outlook? It is simple to do in google API but can not find any stuff related to outlook.