Hi, I would like to create events and the time is based on a SharePoint list. There will be one option named "Waiting List" that should not have a start time or end time. How can I put with that with the dynamic content on SharePoint? Thank you for your help.
I don't believe you can create an event without a start and end time. They're required fields. This is why I suggested you create it as an all-day event. If you don't want to populate the date and time, you'll need create a separate event list where you can store that data until a date and time has been selected. You could then have a flow on that list to run when the date and time have been populated, which can then add it to your calendar.
Thank you David. What if some of the event have time but others do not? It cannot be applied to all time in the list
If you don't want to have a start or end time, you would need to create the event as an all-day event.
For the start time, put the start of the day and for the end time put the end of the day. These are my expressions:
You would replace utcNow() with your date field otherwise it will create it for the current day.