site/calendar.html

21 lines
406 B
HTML
Raw Normal View History

2018-01-19 18:08:11 +00:00
---
layout: default
---
2018-01-19 19:17:32 +00:00
<div class="container">
2018-01-19 18:08:11 +00:00
<h1>Termine</h1>
<p>Den Kalender gibt's auch per CalDAV:
<a href="webcal://cloud.chaospott.de/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export">
Chaospott Calendar
</a>
</p>
2018-01-19 19:17:32 +00:00
<div id="calendar">
Loading Events, please stand by …
</div>
2018-01-19 18:08:11 +00:00
</div>
<script src="js/ical.min.js"></script>
<script src="js/cal.js"></script>