https://github.com/e-e-e/folderise-calendar
https://github.com/e-e-e/folderise-calendar
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/e-e-e/folderise-calendar
- Owner: e-e-e
- Created: 2016-06-05T11:15:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T11:17:19.000Z (over 9 years ago)
- Last Synced: 2025-02-11T22:51:15.818Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# folderise-calendar
A plugin for [folderise](https://github.com/e-e-e/Folderise) used to incorporate google calendar into static site.
This was written to serve the 10 latest events on a google calendar. It is quite idiosyncratic as it was developed for \*\*frontyard\*\* project's [website](www.frontyardprojects.org). It need a lot of work to be more modular.
## usage
To activate plugin add the following to the folderise settings.json
```json
"plugins": [ {
"name": "folderise-calendar",
"options": {
"calendar":"your.account@gmail.com",
"credentials":"./path/to/your/client_secret.json"
}
}]
```
To include list of calander events on any pages add:
```
{{@calendar}}
```