This repository was archived by the owner on Oct 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Basic Setup
nobe4 edited this page Dec 18, 2014
·
15 revisions
The basic setup require to create a calendar and a google script.
- Create the calendar
- Create the script
- From an empty script
- Copy the google script
- Configure the constant variables
- Required variables
- Optional variables
- Configure the trigger
- Follow the steps on : Create a google calendar
- Get your calendar ID
- On the google agenda home page : home page
- Select your created calendar created calendar
- Select Calendar Settings
- Get it's id and copy it for later
- If you haven't created a script yet, got to this overview
- Create a script in your Google Drive
- Copy the content of main.gs
- Paste it in your created script
- Copy the main.gs file into your Google Drive.
- address
Address of your extranet, copy the full http address : http(s)://extranet.example.com
- username
Your username for the extranet.
- password
Your password for the extranet.
- calendar
Your calendar ID previously pasted.
- anonymous_stats
true or false if you want to send anonymous report of your connections.
- log_level
Logging level:
- errors only
- 1 + cookies and little infos
- 2 + requests
- step
The number of day you want to be updated.
If you want an error notification with mail, fill it with the wanted mail.
- sheet_id
If you want an error notification inside a spritesheet, fill it with the wanted id.
- log_update
true or false if you want in your event description the updated time.
- branch
master for only stable release,
develop for all release.
- override_location (thanks to epsy)
true or false, will prefix the title with the room number.