Calendar/Cloud fix
Fixed URL to the new/current Nextcloud instance, fixed a typo.
This commit is contained in:
parent
5cb41d802c
commit
d1de970550
@ -56,6 +56,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-bottom: 0;" class="alert alert-danger text-center">
|
<div style="margin-bottom: 0;" class="alert alert-danger text-center">
|
||||||
<p>Aufgrund der aktuellen Situation sind alle Treffen bis auf weiteres abgesagt.</p>
|
<p>Aufgrund der aktuellen Situation sind alle Treffen bis auf Weiteres abgesagt.</p>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -9,7 +9,7 @@ layout: default
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p align="center">Den Kalender gibt's auch per CalDAV:
|
<p align="center">Den Kalender gibt's auch per CalDAV:
|
||||||
<a href="webcal://cloud.chaospott.de/calendar/ical.ics">
|
<a href="webcal://cloud.chaospott.ru/calendar/ical.ics">
|
||||||
Chaospott Calendar
|
Chaospott Calendar
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -212,4 +212,4 @@ function requestFailed(status) {
|
|||||||
document.getElementById('calendar').textContent = 'Something has gone wrong. Try reloading the page.'
|
document.getElementById('calendar').textContent = 'Something has gone wrong. Try reloading the page.'
|
||||||
}
|
}
|
||||||
|
|
||||||
xhrRequest('https://cloud.chaospott.de/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export', processData, requestFailed)
|
xhrRequest('https://cloud.chaospott.ru/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export', processData, requestFailed)
|
||||||
|
Loading…
Reference in New Issue
Block a user