Forum Discussion

Robert Woods's avatar
Robert Woods
Steel Contributor
Jan 05, 2018

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 Woods's avatar
      Robert Woods
      Steel 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.