0 Votes

Calendar Macro

Last modified by Jeff McDonald on 2023/07/11 09:49

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