Hi, after spending quite a few hours on this issue I am asking for help ! I am sharing a test app that shows the case : https://forumshare.bubbleapps.io/version-test?debug_mode=true
Basically a user creates events with starting and ending dates (date range is saved in event thing) and a list of events is displayed in a repeating group.
Since events must not be overlapping, I am trying to figure out how to let user edit an event from the list and check if the new date range is overlapping another existing event.
Main problem is that using the overlapping function in the repeating group the condition is always true, since the current event overlaps itself.
The best solution should be showing in the date picker only the available dates to be picked up, but I really cannot find a way to achieve this.
Anybody can help me ? Thanks