Forum Discussion
andlan520
Nov 23, 2023Copper Contributor
Is there a way to update only time and not date on calendar event?
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?
I 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')
- andlan520Copper Contributor
I 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')