├── Code.gs ├── LICENSE ├── README.md ├── appscript.json └── images └── calendar-logo.png /Code.gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jitsi/calendar-addon/HEAD/Code.gs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jitsi/calendar-addon/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jitsi/calendar-addon/HEAD/README.md -------------------------------------------------------------------------------- /appscript.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jitsi/calendar-addon/HEAD/appscript.json -------------------------------------------------------------------------------- /images/calendar-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jitsi/calendar-addon/HEAD/images/calendar-logo.png --------------------------------------------------------------------------------