Skip to content

Commit

Permalink
Merge pull request #9138 from imarquesgil/patch-4
Browse files Browse the repository at this point in the history
Update schedulinggroup.md
  • Loading branch information
Lauragra authored Feb 27, 2024
2 parents c5f0040 + 983f3d9 commit 304ef9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-reference/beta/resources/schedulinggroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A logical grouping of users in a [schedule](schedule.md) (usually by role).

| Property | Type | Description |
| -------------------- | ----------------------------- | ---------------------- |
| code | `string` | The code for the `schedulingGroup` to represent an external identifier. |
| code | `string` | The code for the `schedulingGroup` to represent an external identifier. This field must be unique within the team in Microsoft Teams and uses an alphanumeric format, with a maximum of 100 characters. |
| createdDateTime | `DateTimeOffset` | The time stamp in which this `schedulingGroup` was first created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`. | |
| displayName | `string` | The display name for the `schedulingGroup`. Required. |
| id | `string` | ID of the `schedulingGroup`.
Expand Down

0 comments on commit 304ef9b

Please sign in to comment.