<div class="__js-root">
<ui-full-calendar events='{{ calendar_data }}'></ui-full-calendar>
</div>
context:
calendar_data: '[
{"title": "event 1", "start": "2023-11-21T09:30:00.000Z", "url": "https://example.com"},
{"title": "event 2", "start": "2023-11-21", "url": "https://example.com"},
{"title": "event 3", "start": "2023-11-22T09:00:00.000Z", "description": "Lorem ipsum...", "location": "https://jitsi.pirati.cz"}
]'