I'm building a flow that will create a SharePoint Event Calendar item. The users have entered the start and end dates in a form. How do I make this an all day event?
Solved! Go to Solution.
@ann_kpi unfornutally you can't do that.
Proud to be a Flownaut!
Hi @ann_kpi ,
I have made a test on my side and couldn't find a way to add the All Day Event to the sharepoint Calendar list so we could see the column in flow, as @ChristianAbata said, I'm afraid that there is no any way to achieve the requirement.
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
hi @ann_kpi see this example
addSeconds(triggerBody()?['EndDate'],2)
Proud to be a Flownaut!
Hi @ann_kpi ,
You could add a Compose to save the date firstly, and then you could format the date time as my screenshot below:
Expression for the start time as below:
formatDateTime(outputs('Compose'),'yyyy-MM-ddT00:00:00Z')
Expression for the end time as below:
formatDateTime(outputs('Compose_2'),'yyyy-MM-ddT23:59:00Z')
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you both for the reply. Unfortunately it still puts in the time for the calendar event. Basically I need it to check the box in the event that says 'All Day Event'
@ann_kpi unfornutally you can't do that.
Proud to be a Flownaut!
Thanks 🙂
@ann_kpi you are welcome. Please consider to mark an answer as solution to guide others.
Proud to be a Flownaut!
Hi @ann_kpi ,
I have made a test on my side and couldn't find a way to add the All Day Event to the sharepoint Calendar list so we could see the column in flow, as @ChristianAbata said, I'm afraid that there is no any way to achieve the requirement.
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I've been searching for answers on this one and all the way back in 2015 this was a problem. I just created a tax calendar for the business. 1500 rows inserted. Flipping these one by one to All Day just to get the time off the calendar display is really not a good solution.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
40 | |
36 | |
35 | |
34 | |
27 |
User | Count |
---|---|
39 | |
38 | |
34 | |
31 | |
25 |