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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,14 @@
15
15
- 📒 Place events on any calendar you have edit access to
16
16
- 📆 Confirm availability against multiple calendars
17
17
- 🤖 Intelligent suggestion of available free times on both your and (if accessible) the scheduling party's calendar
18
+
- 🔗 URL parameters to bring the user to a specific meeting type and prefill their email[<sup>1</sup>](#url-parameters)
18
19
- ⚡ Send a webhook push to integrate with [IFTTT](https://ifttt.com/maker_webhooks), [Zapier](https://zapier.com/page/webhooks/), and more when an event is scheduled
19
20
- 🌈 Configurable accent color
20
21
- 🌙 Automatic light and dark mode
21
22
- 💳 No premium tier. 100% free.
22
23
24
+
<smallid="url-parameters">1. For example: `https://script.google.com/macros/s/{ID}/exec?type=sales&email=customer@example.com`</small>
25
+
23
26
## Setup
24
27
25
28
Making your own ScheduleQuest page is easy!
@@ -28,7 +31,7 @@ Making your own ScheduleQuest page is easy!
28
31
2. Click `Services ➕` in the left sidebar, scroll down to and select `Google Calendar API`, and click `Add`.
29
32
3. Copy and paste the three files from [the `src` folder](https://github.com/leoherzog/ScheduleQuest/blob/main/src/) in this repository into three files in your Apps Script project named `Code.gs`, `index.html`, `config.html`.
30
33
4. Customize the `config.html` file to contain the types of meetings you want to offer. Details are available in [the configuration section below](#configuration).
31
-
5. Click `Deploy ⏷` in the top right, then `New Deployment`. Change the `Who Has Access` dropdown to whomever you want to be able to schedule events, and click `Deploy`.
34
+
5. Click `Deploy ⏷` in the top right, then `New Deployment`. Change the `Who Has Access` dropdown to whomever you want to be able to access your scheduling page, then click `Deploy`.
32
35
33
36
Apps Script will then show you a deployment "Web App" URL that you can copy to the clipboard. This is the link to distribute to your recipients!
0 commit comments