We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get-Calendar and Show-Calendar fail with multiple highlight dates
Exception calling "Parse" with "1" argument(s): "String was not recognized as a valid DateTime." At C:\Program Files\WindowsPowerShell\Modules\PSCalendar\1.3.0\calendar-functions.ps1:70 char:9 + [DateTime[]]$highlightDates = [datetime]::parse($highlightDat ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : FormatException
The text was updated successfully, but these errors were encountered:
Fixed in v1.3.1
Sorry, something went wrong.
No branches or pull requests
Get-Calendar and Show-Calendar fail with multiple highlight dates
The text was updated successfully, but these errors were encountered: