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
Quick Meet enhances productivity by minimizing the time spent finding and securing meeting rooms in google calender, ensuring a smooth workflow for teams and managers alike.
20
+
Quick Meet enhances productivity by minimizing the time spent finding and securing meeting rooms in Google calendar, ensuring a smooth workflow for teams and managers.
21
21
22
22
### Key Features:
23
23
-**Quick Meeting Setup**: Book a room in seconds by selecting start time, seat requirements, and an optional floor preference.
24
24
-**Extend Overrunning Meetings**: Easily extend the current meeting time if no conflicts exist, or quickly book another room with a single click.
25
25
-**Floor-Specific Bookings**: For managers or teams that prefer a specific floor, the tool allows you to specify your floor while booking.
26
26
-**Efficient High-Demand Booking**: During peak periods, the tool automatically finds and books the best available room, avoiding manual searching.
27
27
28
-
### Who this is for?
28
+
### Who is this for?
29
29
30
30
Quick Meet is specifically tailored for organizations that utilize unique meeting rooms within their **Google Workspace/Calendar**. This includes:
31
31
@@ -73,7 +73,7 @@ During peak times, manually searching for a free room on Google Calendar is frus
73
73
74
74
#### CASE II: Overrunning Meeting
75
75
76
-
> **Scenario**: A team/team member is running a meeting in a room X that exceeds the scheduled time, and they need to find another room to continue without interruptions.
76
+
> **Scenario**: A team/team member is running a meeting in room X that exceeds the scheduled time, and they need to find another room to continue without interruptions.
77
77
>
78
78
> **Action**: The team member opens the tool, and has the option to either increase the time of the current room (if no collisions exist) or quickly book another room with just a click.
79
79
>
@@ -91,14 +91,14 @@ During peak times, manually searching for a free room on Google Calendar is frus
91
91
92
92
> **Scenario**: During a peak time, meeting rooms are in high demand. Manually searching for a room would take time.
93
93
>
94
-
> **Action**: The user enters their seat requirements and start time. The tool searches and books the best available room.
94
+
> **Action**: The user enters their seat requirements and the start time. The tool searches and books the best available room.
95
95
>
96
96
> **Outcome**: A room is secured swiftly, even in high-demand periods, preventing frustration and delays.
97
97
98
98
## Hosting yourself
99
99
100
100
1.[Fork](https://github.com/Cefalo/quick-meet/fork) the repository.
101
-
2. Create a branch and integrate your own Github actions or webhooks to add a seamless CI/CD pipeline.
101
+
2. Create a branch and integrate your own GitHub actions or webhooks to add a seamless CI/CD pipeline.
102
102
3. Set up your environment. [Calender Quickstart](https://developers.google.com/calendar/api/quickstart/js#set_up_your_environment)
103
103
4. Add the following scopes to the new credential (OAuth web client id): `./auth/userinfo.profile` and `./auth/calendar`
104
104
5. Enable the [Admin SDK API](https://console.cloud.google.com/apis/api/admin.googleapis.com/overview). This is required to read the directory resources; refer to `getCalendarResources()`
0 commit comments