
Announcements
Hello,
I'm looking for a way to use Power Automate to change color of Time Off after it is approved in Teams Shifts.
I need to change the "theme" parameter for each.
I'm able to get the Time Off data but Power Automate doesn't seem to have a function to update or edit these.
},
"sharedTimeOff": {
"timeOffReasonId": "TOR_9f6abb78-1285-4b00-a9cf-865814c815d3",
"startDateTime": "2023-10-29T23:00:00Z",
"endDateTime": "2023-11-03T23:00:00Z",
"theme": "green"
}
},
"sharedTimeOff": {
"timeOffReasonId": "TOR_2c30e478-cf98-4101-9ef1-7bfbe6eae3e5",
"startDateTime": "2023-10-29T23:00:00Z",
"endDateTime": "2023-10-30T23:00:00Z",
"theme": "pink"
}
},
"sharedTimeOff": {
"timeOffReasonId": "TOR_9f6abb78-1285-4b00-a9cf-865814c815d3",
"startDateTime": "2023-11-01T23:00:00Z",
"endDateTime": "2023-11-03T23:00:00Z",
"theme": "blue"
}
This is what it should look like in the end, this was done manually one by one in Teams
Thank you
Marek.