Forum Discussion
Robert Woods
Jan 05, 2018Steel Contributor
SharePoint Calendar - Check for double booking with a workflow
I created a basic workflow to check for double bookings in a calendar, I see the flow complete, but I never get the notification I am expecting.
Does this look right ?
2 Replies
- I would recommend you to add some logging to your workflow to see if it's being executed correctly and also a branch when the condition is not met. Additionally: have you considered to use Flow here?
- Robert WoodsSteel Contributor
I did try to use flow first but could not get it to surface any of the dynamic content from the Calendars. The site consists of 7 Calendars used for booking rooms at a tradeshow. Flow does not seem to work with SharePoint calendars.
I will add the logging and check it out.