Wiki source code of XWiki.org Events
Last modified by Vincent Massol on 2024/07/03 16:33
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{html clean="false"}} | ||
| 2 | <iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=Europe%2FParis&bgcolor=%23ffffff&src=Y29tbWl0dGVyc3h3aWtpb3JnQGdtYWlsLmNvbQ&color=%237CB342" style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"></iframe> | ||
| 3 | {{/html}} | ||
| 4 | |||
| 5 | {{comment}} | ||
| 6 | {{velocity}} | ||
| 7 | $xwiki.ssx.use("Main.Events") | ||
| 8 | {{/velocity}} | ||
| 9 | |||
| 10 | This calendar lists events related to XWiki Community. Please see the [[release calendar>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10000]] for project release dates. | ||
| 11 | |||
| 12 | {{velocity}} | ||
| 13 | {{calendar json="https://calendar.google.com/calendar/ical/committers%40xwiki.org/public/basic.ics" editable="false" year="$datetool.get('yyyy')" month="$datetool.get('M')" /}} | ||
| 14 | {{/velocity}} | ||
| 15 | {{/comment}} |