Quick start
Copy the sample project as a starting point for your own Apps Script project.
- Open the sample project:
Open Sample Project
- Copy the project.
What does the sample project do?
The project has the createHourLongCalendarEvent
function declared which allows you to pass a title
and date
to create a calendar event in the app creator's default calendar. You can modify it to send a custom-length event or add it to a specific calendar.
Next steps
After you have it set up, you can follow the instructions in Call Apps Script from an automation to set up the task and automation bot inside AppSheet.
See also
- Call Apps Script from an automation
- Use the AppSheet Apps Script Examples Project for more examples in this project
- Use Apps Script to send an interactive chat message