Forum Discussion
rajpuneyani
Oct 29, 2020Copper Contributor
Set up recurring meeting invite every 2 hours
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
There'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.
There'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.
- rajpuneyaniCopper ContributorThank you Vasil, Can you please point me to a link that has more details related to programmatically creating individual invites 2h apart?
Here's one that uses the EWS API: https://docs.microsoft.com/en-us/exchange/client-developer/exchange-web-services/how-to-create-appointments-and-meetings-by-using-ews-in-exchange-2013
You can find similar instructions for the Graph API, etc.