Hi there,
I am trying to automate the reservation process for a piece of equipment. The goal is to have the user complete a form, then take the data from the form to create an outlook calendar event.
the form has a separate question for the check-out date and the check-in date. I use the dynamic content to populate the data for event start/end time. I would like for these to be all day events as well.
I have two issues
- When the check-out and check-in are on the same date the flow fails with the message reading - "Your request can't be completed. Your request can't be completed. The duration of an event marked as All day must be at least 24 hours."
- When the check-out and check-in date goes over multiple days the event created is always one day short.
- For example: Check-out on 06/19/23 and check-in on 06/22/23. The event populates with the dates of 6/19-6/21. I want the event to reflect that the equipment is still reserved on this 22nd date.
It seems the issue for both of these, is that flow does not view that check-in date as a full day. Its almost using it as a stopping point for the event, once the clock hits midnight on that date the event is over
Any suggestions