{"id":13621728,"url":"https://github.com/leoherzog/ScheduleQuest","last_synced_at":"2025-04-15T01:33:46.260Z","repository":{"id":87790944,"uuid":"472888949","full_name":"leoherzog/ScheduleQuest","owner":"leoherzog","description":"📅 A free and open source web app to make it easy for others to schedule with you","archived":false,"fork":false,"pushed_at":"2024-01-18T21:55:47.000Z","size":121,"stargazers_count":29,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-01T21:48:53.205Z","etag":null,"topics":["appoint-ly","apps-script","cal","calendar","calendly","css","doodle","google-apps-script","google-calendar","google-calendar-api","html","html5","javascript","pick-time","picocss","schedule","schedule-once","youcanbookme","zoho-bookings"],"latest_commit_sha":null,"homepage":"https://schedule.quest/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leoherzog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-22T18:27:31.000Z","updated_at":"2024-02-17T16:40:00.000Z","dependencies_parsed_at":"2024-06-13T14:01:57.707Z","dependency_job_id":null,"html_url":"https://github.com/leoherzog/ScheduleQuest","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoherzog%2FScheduleQuest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoherzog%2FScheduleQuest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoherzog%2FScheduleQuest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoherzog%2FScheduleQuest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoherzog","download_url":"https://codeload.github.com/leoherzog/ScheduleQuest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223654910,"owners_count":17180605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appoint-ly","apps-script","cal","calendar","calendly","css","doodle","google-apps-script","google-calendar","google-calendar-api","html","html5","javascript","pick-time","picocss","schedule","schedule-once","youcanbookme","zoho-bookings"],"created_at":"2024-08-01T21:01:09.977Z","updated_at":"2024-11-08T08:31:34.427Z","avatar_url":"https://github.com/leoherzog.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# 📅 ScheduleQuest\n\n![The ScheduleQuest landing page](https://github.com/leoherzog/ScheduleQuest/blob/main/img/landing.png?raw=true)\n\n## What is this?\n\nScheduleQuest is a free, open-source web app to distribute to your recipients for scheduling with your Google Calendar, built on Google Apps Script. The Calendlys/cal.coms/YouCanBook.Mes of the world charge for the features you need, and [Google Calendar's built-in Appointment Scheduling](https://www.wired.com/story/calendly-google-calendar-appointment-schedule/) is a bit limited in customizability.\n\n[![Scheduling a meeting in ScheduleQuest](https://github.com/leoherzog/ScheduleQuest/blob/main/img/scheduling.png?raw=true)](https://script.google.com/macros/s/AKfycbzoPACJV5edaj4BF2hNRR_izwQ7uqsqkFHOX07qZ6XEdWY_SGIGCEk4JIqtFxdB2qvg/exec)\n\n### Features\n\n- 🌐 Create a unique link that others can use to book an appointment on your Google Calendar\n- 📑 Offer mulitple types of meetings, each with their own configurable timeframe and event settings\n- 📒 Place events on any calendar you have edit access to\n- 📆 Confirm availability against multiple calendars\n- 🤖 Intelligent suggestion of available free times on both your and (if accessible) the scheduling party's calendar\n- 🔗 URL parameters to bring the user to a specific meeting type and prefill their email[\u003csup\u003e1\u003c/sup\u003e](#url-parameters)\n- ⚡ 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\n- 🌈 Configurable accent color\n- 🌙 Automatic light and dark mode\n- 💳 No premium tier. 100% free.\n\n\u003csmall id=\"url-parameters\"\u003e1. For example: `https://script.google.com/macros/s/{ID}/exec?type=sales\u0026email=customer@example.com`\u003c/small\u003e\n\n## Setup\n\nMaking your own ScheduleQuest page is easy!\n\n1. Create a new [Google Apps Script](https://script.google.com/) project as the user that you want to be invited to newly created events. Give this script a name in the top left (e.g. ScheduleQuest).\n2. Click `Services ➕` in the left sidebar, scroll down to and select `Google Calendar API`, and click `Add`.\n3. 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`.\n4. Customize the `config.html` file to contain the types of meetings you want to offer. Details are available in [the configuration section below](#configuration).\n5. 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`.\n\nApps 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!\n\n### Configuration\n\n```html\n\u003cscript\u003e\n  const meetingTypes = {\n\n     \"demo\": { // a short unique id used internally for the type of meeting\n\n      // what calendar to put the event on. \"primary\", or the id of a calendar you have edit access to.\n      \"scheduleOn\": \"primary\",\n\n      // array of calendar ids to check against for availability\n      \"busyAgainst\": [\"primary\", \"myotheraccount@gmail.com\", \"example.com_saj4co1nm5kyh8qs440fssktx4@group.calendar.google.com\"],\n\n      // the name of the type of meeting that the person will see\n      \"name\": \"Product Demo\",\n\n      // a font awesome icon for this meeting type\n      \"icon\": \"fa-solid fa-calendar-day\",\n\n      // array of possible meeting lengths in minutes\n      \"length\": [60],\n\n      // minimum number of minutes from now that the meeting can be scheduled\n      \"minMinutesFromNow\": 240,\n\n      // maximum number of days from now that the meeting can be scheduled\n      \"maxDaysFromNow\": 90,\n\n      // minimum time each day that the meeting can be scheduled\n      \"timeMin\": \"09:00\",\n\n      // maximum time each day that the meeting can be scheduled\n      \"timeMax\": \"17:00\",\n\n      // number of seconds between each time option\n      \"timeStep\": 1800,\n\n      // array of days of the week to exclude from scheduling. 0 is Sunday, 6 is Saturday.\n      \"daysToExclude\": [0, 6],\n\n      // label for the title field\n      \"titleLabel\": \"Your Name\",\n\n      // the title of the event, with {INPUT} replaced with what the user enters in the title field\n      \"title\": \"Sales Demo with {INPUT}\",\n\n      // whether the title field is editable\n      \"titleReadOnly\": false,\n\n      // label for the location field\n      \"locationLabel\": \"Location\",\n\n      // the location of the event, with {INPUT} replaced with what the user enters in the location field\n      \"location\": \"Google Meet\",\n\n      // whether the location field is editable\n      \"locationReadOnly\": true,\n\n      // whether Google Meet virtual meetings are enabled\n      \"allowVirtual\": true,\n\n      // whether Google Meet virtual meetings are initially enabled\n      \"preferVirtual\": true,\n\n      // label for the description field\n      \"descriptionLabel\": \"Description\",\n\n      // the description of the event\n      \"description\": \"Chatting with you to get to know your needs and to show you our product.\",\n\n      // whether the description field is editable\n      \"descriptionReadOnly\": false,\n\n      // whether to show a field for additional attendees\n      \"otherguests\": true,\n\n      // whether to send an email invitation to the person scheduling the meeting\n      \"sendEmailInvitation\": true,\n\n      // optional webhook url to send a push notification when the meeting is scheduled\n      \"webhookUrl\": null\n\n    },\n    ...\n  }\n\u003c/script\u003e\n```\n\n#### Advanced\n\nScheduleQuest is built with the excellent [PicoCSS](https://picocss.org/) framework. It encourages simple and symantic HTML. If you'd like to customize the look and feel of your page, edit the `index.html` file in your Apps Script project with your own classes or style overrides.\n\nExample:\n\n```html\n\u003cstyle\u003e\n  :root[data-theme='light'],\n  :root[data-theme='dark'] {\n    --primary: #db4437; /* google red */\n    --primary-hover: #bd2e22; /* 10% darker */\n    --primary-focus: #bd2e22;\n  }\n\u003c/style\u003e\n```\n\n## About Me\n\n\u003ca href=\"https://herzog.tech/\" target=\"_blank\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://herzog.tech/signature/link-light.svg.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://herzog.tech/signature/link.svg.png\"\u003e\n    \u003cimg src=\"https://herzog.tech/signature/link.svg.png\" width=\"32px\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\u003ca href=\"https://mastodon.social/@herzog\" target=\"_blank\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://herzog.tech/signature/mastodon-light.svg.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://herzog.tech/signature/mastodon.svg.png\"\u003e\n    \u003cimg src=\"https://herzog.tech/signature/mastodon.svg.png\" width=\"32px\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/leoherzog\" target=\"_blank\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://herzog.tech/signature/github-light.svg.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://herzog.tech/signature/github.svg.png\"\u003e\n    \u003cimg src=\"https://herzog.tech/signature/github.svg.png\" width=\"32px\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\u003ca href=\"https://keybase.io/leoherzog\" target=\"_blank\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://herzog.tech/signature/keybase-light.svg.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://herzog.tech/signature/keybase.svg.png\"\u003e\n    \u003cimg src=\"https://herzog.tech/signature/keybase.svg.png\" width=\"32px\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\u003ca href=\"https://www.linkedin.com/in/leoherzog\" target=\"_blank\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://herzog.tech/signature/linkedin-light.svg.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://herzog.tech/signature/linkedin.svg.png\"\u003e\n    \u003cimg src=\"https://herzog.tech/signature/linkedin.svg.png\" width=\"32px\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\u003ca href=\"https://hope.edu/directory/people/herzog-leo/\" target=\"_blank\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://herzog.tech/signature/anchor-light.svg.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://herzog.tech/signature/anchor.svg.png\"\u003e\n    \u003cimg src=\"https://herzog.tech/signature/anchor.svg.png\" width=\"32px\"\u003e\n  \u003c/picture\u003e\n\u003c/a\u003e\n\u003cbr /\u003e\n\u003ca href=\"https://herzog.tech/$\" target=\"_blank\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://herzog.tech/signature/mug-tea-saucer-solid-light.svg.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://herzog.tech/signature/mug-tea-saucer-solid.svg.png\"\u003e\n    \u003cimg src=\"https://herzog.tech/signature/mug-tea-saucer-solid.svg.png\" alt=\"Buy Me A Tea\" width=\"32px\"\u003e\n  \u003c/picture\u003e\n  Found this helpful? Buy me a tea!\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoherzog%2FScheduleQuest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleoherzog%2FScheduleQuest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoherzog%2FScheduleQuest/lists"}