Nov 23 2023 01:35 AM
When an 'all day' event is added in calendar i want to update start- and end times to 08.00 and 16.00 but I want to keep the original date for the event. Is there any way to achieve this?
And is it also possible to monitor multiple calendars in the same flow?
Nov 28 2023 01:14 AM
Nov 29 2023 04:16 AM
SolutionI found a solution to the date/time question, I added an expression with the following string and it did exactly what I wanted.
concat(formatDateTime(triggerOutputs()?['body/start'], 'yyyy-MM-dd'), 'T08:00:00')
Nov 29 2023 04:16 AM
SolutionI found a solution to the date/time question, I added an expression with the following string and it did exactly what I wanted.
concat(formatDateTime(triggerOutputs()?['body/start'], 'yyyy-MM-dd'), 'T08:00:00')