Skip to content

feature: availability widget #12

@linhub15

Description

@linhub15

Select a room and a day to list all the available times, so prospective renters can see availability without needing to contact the hall manager and use up their time.

Rules

  • each room can be associated to at most one google calendar

Queries

  • room availability
    • check google calendar for availability (needs authToken + calendarId)
    • check system bookings for availability
    • return the time slots that are available

Mutations

  • New google calendar event
  • New system booking -> creates an event in google calendar (authToken)
  • google calendar event deleted -> deletes associated booking if exists (HOW?)
  • system booking deleted -> deletes associated google calendar event (authToken)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions