Calendar: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(reintroduced boston calendar)
No edit summary
Line 1: Line 1:
Create and list new public calendars here. You can also create "private" calendars for your lab or group.
Create and list new public calendars here. You can also create "private" calendars for your lab or group.


To create a new calendar, you can follow the template at [[Calendar:Template]].
<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>
 


==Calendars By Location==
==Calendars By Location==

Revision as of 10:39, 13 July 2011

Create and list new public calendars here. You can also create "private" calendars for your lab or group.

<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>


Calendars By Location

Calendars By Topic