Calendar is a simple calendar module for looking glass
Clone the calendar into a path under your modules path and add the module path to under modules in your configuration.
modules:
- name: simple-calendar
url: https://github.com/glasslabs/calendar/releases/download/v1.0.0/calendar.wasm
position: top:right
config:
timezone: Africa/Johannesburg
maxDays: 5
maxEvents: 20
calendars:
- url: https://www.calendarlabs.com/ical-calendar/ics/68/South_Africa_Holidays.ics
maxEvents: 10
Default: UTC
The timezone name according to IANA Time Zone databse.
Default: 5
The maximum number of days, including today, to display events for.
Default: 30
The maximum number of events to display at any one time.
Required
The url of the calendar in ICS format.
Optional
The maximum number of events to display for this calendar at any one time.