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(freeBusy['calendars'][myid]['busy'].some(busy=>timerange.overlaps(luxon.Interval.fromISO(busy['start']+'/'+busy['end']))))continue;// busy on mine
231
-
if(freeBusy['calendars'][theirid]['busy'].some(busy=>timerange.overlaps(luxon.Interval.fromISO(busy['start']+'/'+busy['end']))))continue;// busy on theirs
230
+
if(freeBusy['calendars'][myId]['busy'].some(busy=>timerange.overlaps(luxon.Interval.fromISO(busy['start']+'/'+busy['end']))))continue;// busy on mine
231
+
if(freeBusy['calendars'][theirId]['busy'].some(busy=>timerange.overlaps(luxon.Interval.fromISO(busy['start']+'/'+busy['end']))))continue;// busy on theirs
0 commit comments