I'm using the calendar to book rooms/cars and I need to make sure bookings do not overlap. This is fine for individual appointments as I can check the appointments array easily. However, the problem I'm having is when I come to recurring appointments.
Is there a straightforward method of checking that a recurring appointment is not going to clash with other existing appointments (either single or recurring themselves)?
Is there a straightforward method of checking that a recurring appointment is not going to clash with other existing appointments (either single or recurring themselves)?