Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 370 Bytes

File metadata and controls

19 lines (14 loc) · 370 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Calendar

$params = @{
	newReminderTime = @{
		dateTime = "2016-10-19T10:37:00Z"
		timeZone = "timeZone-value"
	}
}

# A UPN can also be used as -UserId.
Invoke-MgBetaSnoozeUserEventReminder -UserId $userId -EventId $eventId -BodyParameter $params