Skip to content

install-one-calendar

Installs One Calendar

#requires -version 5.1

try {
	"Installing One Calendar, please wait..."

	& winget install "One Calendar" --source msstore --accept-package-agreements --accept-source-agreements
	if ($lastExitCode -ne 0) { throw "'winget install' failed" }

	"One Calendar installed successfully."
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.