Calendar:Template

From OpenWetWare
Jump to navigationJump to search

Copy the below, replace Calendar:<Name> with your calendar name in all of the following calendars that you want displayed. Note: replace the angle brackets also (they are there to force you to change the name). For example, a public calendar could be named Calendar:MyCalendar or a lab calendar may be MyLab:Calendar.


<calendar>
name=Calendar:<Name>
view=days
days=1
date=yesterday
format=%name/%year-%m-%d
formattitle="%M %day, %year (%l) (Yesterday)"
skipempty=1
weekformat=list
</calendar>

<calendar>
name=Calendar:<Name>
view=days
days=1
date=today
format=%name/%year-%m-%d
formattitle="%M %day, %year (%l) (Today)"
weekformat=list
</calendar>

<calendar>
name=Calendar:<Name>
view=days
days=12
date=tomorrow
format=%name/%year-%m-%d
formattitle="%M %day, %year (%l)"
skipempty=1
weekformat=list
</calendar>

==Coming Soon==
<calendar>
name=Calendar:<Name>
view=threemonths
format=%name/%year-%m-%d
weekstart=7
</calendar>

==Full Year==
<calendar>
name=Calendar:<Name>
view=year
format=%name/%year-%m-%d
weekstart=7
</calendar>