Calendar-Widgets

calendar.list


calendar.list

Displays the calendarlist

Parameters
{{calendar.list(id, title, count, color, repeat) }}
id
unique id for this widget
title
a title to display
count
the number of displayed calendar-entries, default 25
color
a color for this calendar, default grey
repeat
the refresh interval for this widget (using relative time format), default 1h
Examples
{{ calendar.list('calendarlist1', 'Calendar', 3) }}

Calendar

Calendar with individual color 'magenta':
{{ calendar.list('calendarlist2', '', 3, '#993399') }}

Widgets

Design

Misc