Forum Discussion
jonas25
May 09, 2022Copper Contributor
Feiertage als ganztägiger Eintrag in Outlook
Hallo zusammen, Ich komme mit folgender Frage und Anliegen zu euch: In Outlook sollen Feiertage als ganztägiger Block eingetragen werden, und nicht wie in Outlook built-in, als kleiner ganztägig...
- May 16, 2022
VasilMichev Thanks for your help! I got help in another community that also includes Graph API and Power Automate-Flow.
So see link below, for future Boys and Girls that have any similar ambitions
https://powerusers.microsoft.com/t5/Building-Flows/Flow-to-create-event-for-all-users/m-p/1584489#M176888
VasilMichev
May 09, 2022MVP
If the idea is to populate events in each user's calendar, you can do this programmatically via EWS or the Graph API. A Power Automate Flow will probably also work.
Here's a sample script on doing this via EWS: https://github.com/David-Barrett-MS/PowerShell-EWS-Scripts/blob/master/Legacy/Import-CalendarCSV.ps1
Here's a sample script on doing this via EWS: https://github.com/David-Barrett-MS/PowerShell-EWS-Scripts/blob/master/Legacy/Import-CalendarCSV.ps1
jonas25
May 16, 2022Copper Contributor
VasilMichev Thanks for your help! I got help in another community that also includes Graph API and Power Automate-Flow.
So see link below, for future Boys and Girls that have any similar ambitions
https://powerusers.microsoft.com/t5/Building-Flows/Flow-to-create-event-for-all-users/m-p/1584489#M176888