Get-DateSeries

less than 1 minute read

background

I needed to schedule a series of meetings and wanted to know/review all the dates and times before sending the invitation. Outlook, as far as I know, doesn’t make this very easy to do, and I can imagine many other scenarios (custom timers or Pomodoro timers?) where someone might want to use this.

Published in PowerShellGallery

After writing this I decided to use it as my opportunity to publish my first content into the PowerShell Gallery. It’s available here and can be installed by running the following in a PowerShell session that has the PowerShellGet Module installed:

Install-Script -Name Get-DateSeries

feedback

I haven’t searched a lot yet, but is there an existing community module that does other interesting things with DateTime? Would love to contribute this there if so. Anyone using PSCalendar?

code

Leave a comment