InteractionDesignFoundation / add-event-to-calendar-docs

📅 Docs how to generate links to add events to online calendar services
https://interactiondesignfoundation.github.io/add-event-to-calendar-docs/
MIT License
428 stars 57 forks source link

How to add Recurrence in outlook api? #34

Closed shahzebutt closed 7 months ago

shahzebutt commented 2 years 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.

alies-dev commented 7 months ago

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.