Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 476 Bytes

File metadata and controls

24 lines (19 loc) · 476 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Users

$params = @{
	subject = "Shop for children's weekend"
	startDateTime = @{
		dateTime = "2016-05-03T09:00:00"
		timeZone = "Eastern Standard Time"
	}
	dueDateTime = @{
		dateTime = "2016-05-05T16:00:00"
		timeZone = "Eastern Standard Time"
	}
}

# A UPN can also be used as -UserId.
New-MgBetaUserOutlookTask -UserId $userId -BodyParameter $params