| Behavior: |
| compatmode |
if set to "1" all TWiki:Plugins.CalendarPlugin event types are supported (related: compatibility mode attributes); the description field can contain a time range (without any whitespaces, e.g. 1pm-2pm) or a %TTCM%-Tag (e.g. %TTCM{"7:00-1:00pm,white,black"}% ) with a time range and optional foreground and background color and without any whitespaces |
compatmode="0" |
| days |
days to show |
days="7" |
| endtime |
a end time, e.g. 18:00, 6:00pm, ... |
endtime="8:00pm" |
| lang |
Language used for weekdays in the table header and for event entries (e.g: English, Deutsch, Français, Español, Nederlands, Dansk, suomi, ...) |
lang="English" |
| showweekend |
show weekend if set to '1' |
showweekend="1" |
| starttime |
a start time, e.g. 7:00, 8a.m., 9:15a.m. ... |
starttime="7:00am" |
| timeformat |
time format; allowed values: 12, 12am, 12p.m., 12a.m, 12p.m. and 24 |
timeformat="24" |
| timeinterval |
interval steps in minutes for the timeline |
timeinterval="30" |
| topic |
a comma separated list of source topics |
topic="%TOPIC%" |
| wholetimerow |
enables/disables a whole-time event row (related attributes: wholetimerowtext, wholetimerowtitle) |
wholetimerow="0" |
| workingendtime |
working hours end time |
workingendtime="5:00pm" |
| workingstarttime |
working hours start time |
workingstarttime="9:00am" |
| Compatibility Mode: |
| cmheaderformat |
table header format of a day; a subset of strftime conversion specifiers is supported (only date not time specificiers; see manual page or TWiki:Codev.ConvergeDateTimeFormattingModels) |
cmheaderformat="<font title=\"%A - %d %b %Y\" size=\"-2\">%b<br/>%a<br/>%e</font>" |
| daynames |
costum daynames (a list separated by a '¦' and starting on Monday; overwrites lang attribute) |
daynames="M¦T¦W¦T¦F¦S¦S" |
| forcestartdate |
if set to 1 the timetable starts with the given startdate ('0' means: the timetable view starts with Monday') |
forcestartdate="0" |
| month |
set a month (e.g. Jan, Feb ... or 01, 02, ... 12 ) or a month offset (e.g. +0, +1, -2,...) |
month="+1" |
| monthnames |
custom month names (a list separated by '¦' and starting on January; overwrites lang attribute) |
monthnames="J¦F¦M¦A¦M¦J¦J¦A¦S¦O¦N¦D" |
| navnext |
navigation button to the next week |
navnext=">>" |
| navnexttitle |
title text (tooltip text) for the navigation button to the next week |
navnexttitle="Next Week" |
| navprev |
navigation button to the previous week |
navprev="<<" |
| navprevtitle |
title text (tooltip text) for the navigation button to the previous week |
navprevtitle="Previous Week" |
| startdate |
a start date (e.g. '1 Oct 2005') or a day offset (e.g. '10', '+30' or '-30') |
startdate="+0" |
| year |
set a year (e.g. 2005, 2006 ...) or a year offset (e.g. +0, +1, -1, ...) |
year="+0" |
| Table formatting: |
| descrlimit |
per line character limit for the description |
descrlimit="10" |
| displaytime |
display time in the event description of the timetable |
displaytime="0" |
| eventbgcolor |
default background color of an event cell (you can overwrite this with an event entry) |
eventbgcolor = "#AAAAAA" |
| eventfgcolor |
default text color of an event cell (you can overwrite this with an event entry) |
eventfgcolor = "black" |
| headerformat |
table header format of a day; a subset of strftime conversion specifiers is supported (only date not time specificiers; see manual page or TWiki:Codev.ConvergeDateTimeFormattingModels) |
headerformat="<font title=\"%A - %d %b %Y\" size=\"-2\">%a</font>" |
| name |
header content of the first column |
name = " " |
| nowbgcolor |
highlight current time in the timeline with a background color |
nowbgcolor="black" |
| nowfgcolor |
highlight current time in the timeline with a forgeround color |
nowfgcolor="white" |
| showtimeline |
show timeline left, right, or on both sides |
showtimeline="both" |
| tablebgcolor |
table background color |
tablebgcolor="white" |
| tablecaption |
table caption shown above the timetable |
tablecaption="Timetable" |
| tableheadercolor |
color of the table header |
tableheadercolor="%WEBBGCOLOR%" |
| todaybgcolor |
highlight today column with a background color |
todaybgcolor="black" |
| todayfgcolor |
highlight today column with a foreground color |
todayfgcolor="white" |
| weekendbgcolor |
highlight weekends with a column background color |
weekendbgcolor="%WEBBGCOLOR%" |
| weekendfgcolor |
highlight weekends with a column foreground color |
weekendfgcolor="black" |
| wholetimerowpos |
whole-time event row position (default: top), allowed values: top, bottom, both |
wholetimerowpos="top" |
| wholetimerowtext |
text in the time line of the whole-time event row |
wholetimerowtext="24h" |
| wholetimerowtitle |
alternate text for the wholetimerowtext |
wholetimerowtitle="whole-time events" |
| workingbgcolor |
highlight working hours in the timeline with a background color |
workingbgcolor="white" |
| workingfgcolor |
highlight working hours in the timeline with a foreground color |
workingfgcolor="black" |