Calendar Macro

Last modified by Eugen Colesnicov on 2023/04/25 09:19

Example usage:

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