Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 412 Bytes

File metadata and controls

17 lines (12 loc) · 412 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Calendar

$params = @{
	"@odata.type" = "#microsoft.graph.checkInClaim"
	calendarEventId = "040000008200E00074C5B7101A82E00800000000D02AC02D26EFDB010000000000000000100000005A18ADA04F0A24489AE13ED3CC367978"
	checkInMethod = "verified"
}

New-MgPlaceCheck -PlaceId $placeId -BodyParameter $params