Hello I'm trying to create an event in the calendar with power automate as part of a flow and should be schedule for next day and have a duration of an hour.
I'm using the expressions :
- addDays(utcNow(),1) for the start time and
- addDays(addHours(),1) for end time