timeCardEvent resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a specific timeCard event.

Properties

Property Type Description
dateTime Edm.dateTimeOffset The time the entry is recorded.
atApprovedLocation Edm.boolean Indicates whether the entry was recorded at the approved location.
notes itemBody Notes about the timeCardEvent.

JSON representation

The following JSON representation shows the resource type.

{
   "atApprovedLocation":true,
   "notes":{ "@odata.type":"microsoft.graph.itemBody" }
}