Oct 28 2020 10:45 PM
Hi all,
I have to setup recurring meeting invite for every 2 hours for 7 days. I am struggling to find any simpler way to achieve that objective except that - to set up 2 hourly (12x invites) for the first day and make each of them recurring for 7 days.
Any better way to achieve that? Please help.
Thanks
Rajesh
Oct 30 2020 12:01 AM
SolutionThere's no "hourly" recurrence, so that's the only way I can think of too. Or you can look at programmatically creating individual invites 2h apart.
Oct 30 2020 04:43 AM
Oct 30 2020 09:04 AM
Here's one that uses the EWS API: https://docs.microsoft.com/en-us/exchange/client-developer/exchange-web-services/how-to-create-appoi...
You can find similar instructions for the Graph API, etc.