Added Nextcloud save to Calendar popup #569

This commit is contained in:
the-djmaze 2022-10-25 16:09:05 +02:00
parent 797c95877e
commit 4fa931f631

View file

@ -0,0 +1,7 @@
<header>
<a class="close" href="#" data-bind="click: close">×</a>
<h3 data-i18n="NEXTCLOUD/SELECT_CALENDAR"></h3>
</header>
<div class="modal-body form-horizontal">
<ul id="sm-nc-calendars"></ul>
</div>