- type: custom-api title: Work Schedule cache: 15m url: http://glances-ical-api:8076/events parameters: url: https://calendar.google.com/calendar/ical/prad%40sonr.io/public/basic.ics limit: 5 template: | {{ $events := .JSON.Array "events" }} {{ $count := len $events }} {{ $limit := 3 }} {{ if eq $count 0 }}
No entries found.
{{ end }} {{ $shown := 0 }}