David-Barrett-MS / PowerShell-EWS-Scripts

A collection of PowerShell scripts that use EWS to perform actions against Exchange mailboxes
MIT License
118 stars 13 forks source link

Update Import-CalendarCSV.ps1 to import holidays from OUTLOOK.HOL #21

Open David-Barrett-MS opened 1 year ago

David-Barrett-MS commented 1 year ago

Adding work item as this is more complex than I thought (the .HOL file supports none Gregorian dates, so we'll need to translate these).

Sk1z0tT commented 1 year ago

This script is wonderful, I am trying to make to toggle the Busy to Free for these appointments. Thank you.