Skip to content

Commit 2bdd1f0

Browse files
authored
Add Documentation on URL Parameters
1 parent 9d6b566 commit 2bdd1f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@
1515
- 📒 Place events on any calendar you have edit access to
1616
- 📆 Confirm availability against multiple calendars
1717
- 🤖 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)
1819
- ⚡ 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
1920
- 🌈 Configurable accent color
2021
- 🌙 Automatic light and dark mode
2122
- 💳 No premium tier. 100% free.
2223

24+
<small id="url-parameters">1. For example: `https://script.google.com/macros/s/{ID}/exec?type=sales&email=customer@example.com`</small>
25+
2326
## Setup
2427

2528
Making your own ScheduleQuest page is easy!
@@ -28,7 +31,7 @@ Making your own ScheduleQuest page is easy!
2831
2. Click `Services ➕` in the left sidebar, scroll down to and select `Google Calendar API`, and click `Add`.
2932
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`.
3033
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`.
3235

3336
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!
3437

0 commit comments

Comments
 (0)