Calendar Application

Last modified by pinkpunk on 2025/04/15 23:50

Example usage:

 {{calendar gCal="usa__en@holiday.calendar.google.com" defaultView="agendaWeek" /}}

or

 {{calendar classname="Blog.BlogPostClass" startfield="publishDate" editable="false"  year="2009" month="5" date="1"  /}}

or

 {{velocity}}
  {{calendar json="${xwiki.getDocument("Calendar.ExampleJSON").getURL("get")}" editable="false"  year="2012" month="5" date="18" /}}
 {{/velocity}}