ShareSchedule
Publishes pending changes in a Teams schedule, such as shifts or time-off entries, making them visible to team members.
Input
| Name | Type | Required | Description |
| TeamId | String | True | Unique identifier of the team whose schedule is being shared. Required to target the correct Microsoft Teams group. |
| NotifyTeam | String | True | Specifies whether to notify the entire team or only the users with assigned shifts. If true, all team members receive a visible notification. |
| StartDateTime | String | True | Start date and time from which to share shifts on the team's schedule. Defines the beginning of the sharing window. |
| EndDateTime | String | True | End date and time until which shifts are shared on the schedule. Defines the end of the sharing window. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the schedule was successfully shared. Returns true if successful, otherwise false. |