Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1019 Bytes

File metadata and controls

44 lines (37 loc) · 1019 Bytes
title timeCardEvent resource type
description Represents a specific timecard event.
author lemike
ms.date 01/17/2025
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType

timeCardEvent resource type

Namespace: microsoft.graph

Represents a specific timeCard event.

Properties

Property Type Description
dateTime DateTimeOffset The time the entry is recorded.
isAtApprovedLocation Boolean Indicates whether this action happens at an approved location.
notes itemBody Notes about the timeCardEvent.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.timeCardEvent",
  "dateTime": "String (timestamp)",
  "isAtApprovedLocation": "Boolean",
  "notes": {
    "@odata.type": "microsoft.graph.itemBody"
  }
}