Poziom umiejętności programowania: początkujący
Czas trwania: 5 minut
Typ projektu: automatyzacja z menu niestandardowym i wyzwalaczem aktywowanym przez zdarzenie
Cele
- Dowiedz się, na czym polega działanie rozwiązania.
- Dowiedz się, jak usługi Apps Script działają w ramach rozwiązania.
- Skonfiguruj skrypt.
- Uruchom skrypt.
Informacje o rozwiązaniu
Utwórz kompleksowy system rejestracji na wydarzenia. Jeśli masz wkrótce zaplanowane wydarzenie, na przykład konferencję, możesz utworzyć nowy kalendarz na sesje konferencji, utworzyć formularz rejestracji i automatycznie wysyłać e-maile z spersonalizowanymi planami spotkań.
Jak to działa
To rozwiązanie korzysta z menu niestandardowego w Arkuszach Google do implementowania automatycznego systemu rejestracji zdarzeń. Skrypt tworzy kalendarz z wydarzeniami z konferencji wymienionymi w arkuszu kalkulacyjnym w Arkuszach. Następnie skrypt tworzy formularz z listą wydarzeń, na które uczestnicy mogą się zapisać. Gdy uczestnicy wypełnią formularz, skrypt dodaje ich do wydarzeń w kalendarzu i wysyła im plany podróży.
Usługi Apps Script
To rozwiązanie korzysta z tych usług:
- Usługa arkusza kalkulacyjnego – dostarcza informacje o zdarzeniach do innych usług.
- Usługa kalendarza – tworzy nowy kalendarz dla wydarzenia, dodaje do niego wydarzenia i dodaje uczestników do wydarzeń, do których się rejestrują.
- Usługa właściwości – przechowuje identyfikator kalendarza utworzonego przez usługę Kalendarz. Gdy użytkownik kliknie Skonfiguruj konferencję w menu niestandardowej Konferencji, usługa Właściwości sprawdza, czy system rejestracji wydarzeń został już skonfigurowany, sprawdzając, czy jest obecna właściwość identyfikatora kalendarza. Pomoże to uniknąć tworzenia zduplikowanych formularzy i kalendarzy.
- Usługa formularzy – na podstawie informacji z arkusza kalkulacyjnego tworzy formularz, za pomocą którego uczestnicy mogą się rejestrować na zajęcia.
- Usługa skryptu – tworzy regułę, która uruchamia się, gdy uczestnik wypełni formularz.
- Usługa dokumentu – pobiera informacje o zdarzeniach, na które zapisał się uczestnik, i dodaje listę tych zdarzeń do nowego dokumentu. Skrypt przyznaje uczestnikowi uprawnienia do edytowania dokumentu.
- Usługa pocztowa – wysyła e-maila z dokumentem planu podróży do uczestnika.
Wymagania wstępne
Aby skorzystać z tego szablonu, musisz spełnić te wymagania wstępne:
- Konto Google (konta Google Workspace mogą wymagać zatwierdzenia przez administratora).
- przeglądarka internetowa z dostępem do internetu;
Konfigurowanie skryptu
- Kliknij ten przycisk, aby utworzyć kopię przykładowego arkusza kalkulacyjnego Tworzenie formularza rejestracji na konferencję. Do arkusza kalkulacyjnego jest dołączony projekt Apps Script dotyczący tego rozwiązania.
Utwórz kopię
- Kliknij Konferencja > Skonfiguruj konferencję. Aby to menu się pojawiło, może być konieczne odświeżenie strony.
Gdy pojawi się odpowiedni komunikat, autoryzuj skrypt.
Jeśli na ekranie zgody OAuth wyświetla się ostrzeżenie Ta aplikacja nie została zweryfikowana, kontynuuj, wybierając Zaawansowane >
Przejdź do {Nazwa projektu} (niebezpieczne).
Ponownie kliknij Konferencja > Skonfiguruj konferencję.
Uruchamianie skryptu
- Kliknij Narzędzia > Zarządzaj formularzem
> Uruchom formularz.
- Wypełnij i prześlij formularz.
- Wejdź na calendar.google.com.
- Po lewej stronie zaznacz pole Kalendarz konferencji.
- Przejdź do dat wydarzeń, na które się zarejestrowałeś(-aś), i sprawdź, czy zostałeś(-aś) dodany(-a) jako uczestnik.
(Opcjonalnie) Resetowanie rozwiązania
Jeśli chcesz ponownie wypróbować to rozwiązanie lub dostosować je do własnych informacji o wydarzeniu, musisz zresetować niektóre elementy skonfigurowane podczas pierwszego uruchomienia skryptu. Aby zobaczyć instrukcje resetowania rozwiązania, kliknij Resetuj rozwiązanie poniżej:
Resetowanie rozwiązania
Krok 1. Zresetuj zapisane właściwości skryptu
Jeśli spróbujesz uruchomić skrypt więcej niż raz, pojawi się komunikat Twoja konferencja jest już skonfigurowana. Znajdź formularz rejestracji na Dysku Google.
Dzieje się tak, ponieważ po utworzeniu Kalendarza konferencji jego identyfikator jest przechowywany jako właściwość skryptu. Podczas działania skrypt sprawdza, czy właściwość identyfikatora kalendarza już istnieje, i jeśli tak, przestaje działać.
Aby usunąć dotychczasową usługę z identyfikatorem kalendarza:
- W arkuszu kalkulacyjnym kliknij Rozszerzenia
> Apps Script.
- W edytorze Apps Script wybierz
resetProperties
z listy funkcji i kliknij Uruchom.
Krok 2. Usuń Konferencja
Za każdym razem, gdy skrypt jest uruchamiany, tworzy nowy kalendarz. Jeśli nie chcesz zachować utworzonego wcześniej kalendarza, wykonaj te czynności:
- Wejdź na calendar.google.com.
- Obok opcji Kalendarz konferencyjny kliknij Opcje kalendarza konferencyjnego >
Ustawienia i udostępnianie.
- Przewiń do dołu ustawień i kliknij Usuń.
Za każdym razem, gdy uruchomisz skrypt, tworzy on wyzwalacz dla przesłanych formularzy. Aby uniknąć wielokrotnego uruchamiania reguły, które powoduje wysyłanie duplikatów e-maili, usuń pierwotną regułę. Aby to zrobić:
- W arkuszu kalkulacyjnym kliknij Rozszerzenia
> Apps Script.
- W projekcie Apps Script po lewej stronie kliknij Reguły
.
- Obok reguły kliknij Więcej
> Usuń regułę.
Za każdym razem, gdy uruchamiasz skrypt, tworzy on nowy formularz. Aby odłączyć formularz od arkusza kalkulacyjnego i go usunąć:
- W arkuszu kalkulacyjnym kliknij prawym przyciskiem myszy kartę Odpowiedzi z formularza i wybierz Rozłącz formularz > OK.
- Ponownie kliknij prawym przyciskiem myszy arkusz Odpowiedzi na formularz i kliknij Usuń
> OK.
- Wejdź na forms.google.com.
- Kliknij Formularz konferencji prawym przyciskiem myszy i wybierz Usuń
> Przenieś do kosza.
Po zresetowaniu rozwiązania możesz dodać własne dane lub nadal używać przykładowych danych i ponownie uruchomić skrypt.
Sprawdzanie kodu
Aby sprawdzić kod Apps Script dla tego rozwiązania, kliknij Wyświetl kod źródłowy poniżej:
Pokaż kod źródłowy
Code.gs
// To learn how to use this script, refer to the documentation:
// https://developers.google.com/apps-script/samples/automations/event-session-signup
/*
Copyright 2022 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/**
* Inserts a custom menu when the spreadsheet opens.
*/
function onOpen() {
SpreadsheetApp.getUi().createMenu('Conference')
.addItem('Set up conference', 'setUpConference_')
.addToUi();
}
/**
* Uses the conference data in the spreadsheet to create
* Google Calendar events, a Google Form, and a trigger that allows the script
* to react to form responses.
*/
function setUpConference_() {
let scriptProperties = PropertiesService.getScriptProperties();
if (scriptProperties.getProperty('calId')) {
Browser.msgBox('Your conference is already set up. Look in Google Drive for your'
+ ' sign-up form!');
return;
}
let ss = SpreadsheetApp.getActive();
let sheet = ss.getSheetByName('Conference Setup');
let range = sheet.getDataRange();
let values = range.getValues();
setUpCalendar_(values, range);
setUpForm_(ss, values);
ScriptApp.newTrigger('onFormSubmit').forSpreadsheet(ss).onFormSubmit()
.create();
}
/**
* Creates a Google Calendar with events for each conference session in the
* spreadsheet, then writes the event IDs to the spreadsheet for future use.
* @param {Array<string[]>} values Cell values for the spreadsheet range.
* @param {Range} range A spreadsheet range that contains conference data.
*/
function setUpCalendar_(values, range) {
let cal = CalendarApp.createCalendar('Conference Calendar');
// Start at 1 to skip the header row.
for (let i = 1; i < values.length; i++) {
let session = values[i];
let title = session[0];
let start = joinDateAndTime_(session[1], session[2]);
let end = joinDateAndTime_(session[1], session[3]);
let options = {location: session[4], sendInvites: true};
let event = cal.createEvent(title, start, end, options)
.setGuestsCanSeeGuests(false);
session[5] = event.getId();
}
range.setValues(values);
// Stores the ID for the Calendar, which is needed to retrieve events by ID.
let scriptProperties = PropertiesService.getScriptProperties();
scriptProperties.setProperty('calId', cal.getId());
}
/**
* Creates a single Date object from separate date and time cells.
*
* @param {Date} date A Date object from which to extract the date.
* @param {Date} time A Date object from which to extract the time.
* @return {Date} A Date object representing the combined date and time.
*/
function joinDateAndTime_(date, time) {
date = new Date(date);
date.setHours(time.getHours());
date.setMinutes(time.getMinutes());
return date;
}
/**
* Creates a Google Form that allows respondents to select which conference
* sessions they would like to attend, grouped by date and start time in the
* caller's time zone.
*
* @param {Spreadsheet} ss The spreadsheet that contains the conference data.
* @param {Array<String[]>} values Cell values for the spreadsheet range.
*/
function setUpForm_(ss, values) {
// Group the sessions by date and time so that they can be passed to the form.
let schedule = {};
// Start at 1 to skip the header row.
for (let i = 1; i < values.length; i++) {
let session = values[i];
let day = session[1].toLocaleDateString();
let time = session[2].toLocaleTimeString();
if (!schedule[day]) {
schedule[day] = {};
}
if (!schedule[day][time]) {
schedule[day][time] = [];
}
schedule[day][time].push(session[0]);
}
// Creates the form and adds a multiple-choice question for each timeslot.
let form = FormApp.create('Conference Form');
form.setDestination(FormApp.DestinationType.SPREADSHEET, ss.getId());
form.addTextItem().setTitle('Name').setRequired(true);
form.addTextItem().setTitle('Email').setRequired(true);
Object.keys(schedule).forEach(function(day) {
let header = form.addSectionHeaderItem().setTitle('Sessions for ' + day);
Object.keys(schedule[day]).forEach(function(time) {
let item = form.addMultipleChoiceItem().setTitle(time + ' ' + day)
.setChoiceValues(schedule[day][time]);
});
});
}
/**
* Sends out calendar invitations and a
* personalized Google Docs itinerary after a user responds to the form.
*
* @param {Object} e The event parameter for form submission to a spreadsheet;
* see https://developers.google.com/apps-script/understanding_events
*/
function onFormSubmit(e) {
let user = {name: e.namedValues['Name'][0], email: e.namedValues['Email'][0]};
// Grab the session data again so that we can match it to the user's choices.
let response = [];
let values = SpreadsheetApp.getActive().getSheetByName('Conference Setup')
.getDataRange().getValues();
for (let i = 1; i < values.length; i++) {
let session = values[i];
let title = session[0];
let day = session[1].toLocaleDateString();
let time = session[2].toLocaleTimeString();
let timeslot = time + ' ' + day;
// For every selection in the response, find the matching timeslot and title
// in the spreadsheet and add the session data to the response array.
if (e.namedValues[timeslot] && e.namedValues[timeslot] == title) {
response.push(session);
}
}
sendInvites_(user, response);
sendDoc_(user, response);
}
/**
* Add the user as a guest for every session he or she selected.
* @param {object} user An object that contains the user's name and email.
* @param {Array<String[]>} response An array of data for the user's session choices.
*/
function sendInvites_(user, response) {
let id = ScriptProperties.getProperty('calId');
let cal = CalendarApp.getCalendarById(id);
for (let i = 0; i < response.length; i++) {
cal.getEventSeriesById(response[i][5]).addGuest(user.email);
}
}
/**
* Creates and shares a personalized Google Doc that shows the user's itinerary.
* @param {object} user An object that contains the user's name and email.
* @param {Array<string[]>} response An array of data for the user's session choices.
*/
function sendDoc_(user, response) {
let doc = DocumentApp.create('Conference Itinerary for ' + user.name)
.addEditor(user.email);
let body = doc.getBody();
let table = [['Session', 'Date', 'Time', 'Location']];
for (let i = 0; i < response.length; i++) {
table.push([response[i][0], response[i][1].toLocaleDateString(),
response[i][2].toLocaleTimeString(), response[i][4]]);
}
body.insertParagraph(0, doc.getName())
.setHeading(DocumentApp.ParagraphHeading.HEADING1);
table = body.appendTable(table);
table.getRow(0).editAsText().setBold(true);
doc.saveAndClose();
// Emails a link to the Doc as well as a PDF copy.
MailApp.sendEmail({
to: user.email,
subject: doc.getName(),
body: 'Thanks for registering! Here\'s your itinerary: ' + doc.getUrl(),
attachments: doc.getAs(MimeType.PDF),
});
}
/**
* Removes the calId script property so that the 'setUpConference_()' can be run again.
*/
function resetProperties(){
let scriptProperties = PropertiesService.getScriptProperties();
scriptProperties.deleteAllProperties();
}
Współtwórcy
Ten przykład jest obsługiwany przez Google przy pomocy ekspertów Google ds. programowania.
Dalsze kroki