Skip to content

Google Script to generate a 2 week Agenda PDF within Google Drive

Notifications You must be signed in to change notification settings

NeilInnes/Google-Calendar-Agenda-PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Installation

  1. Go to https://drive.google.com/ and create a new Google App Script:

  1. Edit the name of the Project, call it 'Calendar Agenda PDF':

  1. Paste in the code from the Code.gs file into the Code.gs file in your project

  2. Create a new folder called Calendar Agenda in https://drive.google.com/

  3. Get the ID of this folder, this is the part after https://drive.google.com/drive/folders/ in the URL when you click into it

  4. Replace ---YOUR-GOOGLE-DRIVE-FOLDER-ID--- with the ID of your Google Drive folder

  5. Ensure you have Drive API and Google Calendar added under the Services menu. If not, click the + button and add them:

  1. Test run the script. Click the save icon , ensure CalendarToPDF is in the function list and click Run:

  1. Make sure it creates the Calendar.pdf file in your Calendar Agenda folder correctly

  2. Schedule it to run automatically - click the clock icon to go to Triggers and add a new trigger as follows:

  1. If your calendar isn't updating, try running the reset function.

About

Google Script to generate a 2 week Agenda PDF within Google Drive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published