TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Function getOverlappingReservations

    • Looks for reservations that overlap a specified time range

      Parameters

      • location: string

        Location to check

      • start: number

        UTC millisecond start time to search

      • end: number

        UTC millisecond end time to search

      Returns Promise<ListFetchResponse<CalEvent>>