Add calendar import endpoint and frontend form

This commit is contained in:
Lennart
2025-08-23 12:24:42 +02:00
parent b7cfd3301b
commit 4e3c3f3a3b
15 changed files with 484 additions and 150 deletions

View File

@@ -84,4 +84,5 @@
</ul>
{% endif %}
<create-calendar-form user="{{ user.id }}"></create-calendar-form>
<import-calendar-form user="{{ user.id }}"></import-calendar-form>