Wiki源代码Calendar Macro
在2019/08/28 18:39上被shi chuck修改
Show last authors
1 | Example usage: |
2 | |
3 | {{code}} |
4 | {{calendar gCal="usa__en@holiday.calendar.google.com" defaultView="agendaWeek" /}} |
5 | |
6 | or |
7 | |
8 | {{calendar classname="Blog.BlogPostClass" startfield="publishDate" editable="false" year="2009" month="5" date="1" /}} |
9 | |
10 | or |
11 | |
12 | {{velocity}} |
13 | {{calendar json="${xwiki.getDocument("Calendar.ExampleJSON").getURL("get")}" editable="false" year="2012" month="5" date="18" /}} |
14 | {{/velocity}} |
15 | {{/code}} |
16 | |
17 | |
18 | {{velocity}} |
19 | |
20 | {{calendar gCal="usa__en@holiday.calendar.google.com" defaultView="agendaWeek" /}} |
21 | |
22 | {{calendar json="${xwiki.getDocument("Calendar.ExampleJSON").getURL("get")}" editable="false" year="2012" month="5" date="18" /}} |
23 | |
24 | {{calendar classname="Blog.BlogPostClass" startfield="publishDate" editable="false" year="2009" month="5" date="1" /}} |
25 | |
26 | {{/velocity}} |