| 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 |
Namespace: microsoft.graph
Represents a specific timeCard event.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.timeCardEvent",
"dateTime": "String (timestamp)",
"isAtApprovedLocation": "Boolean",
"notes": {
"@odata.type": "microsoft.graph.itemBody"
}
}