calendar files

This commit is contained in:
root
2018-01-19 13:08:11 -05:00
parent 5790ddf906
commit 33cc552f55
3 changed files with 245 additions and 0 deletions

26
calendar.html Normal file
View File

@ -0,0 +1,26 @@
---
layout: default
---
<div>
<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>
</div>
<div id="calendar">
Loading Events, please stand by …
</div>
<script src="js/ical.min.js"></script>
<script src="js/cal.js"></script>
</div>
</article>
</body>
</html>