You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a booking fails to create the corresponding Google Calendar event for whatever reason(maybe some systemic issue), then further reschedules of the booking also fail as we attempt to reschedule the corresponding calendar event that doesn't exist and possibly having booking reference with empty uid string.
I think we should follow the declarative principle here and ensure that the calendar event exists after reschedule regardless of whether it existed before or not.