+
Add Calendar
+
+ {% for label, messages in app.flashes %}
+ {% for message in messages %}
+
+ {{ message }}
+
+ {% endfor %}
+ {% endfor %}
+
+
+
+
+
+
+
+ - Open Calendar app on your Mac or go to iCloud.com and open Calendar
+ - Right-click on the calendar you want to share
+ - Select "Share Calendar..." option
+ - Check "Public Calendar"
+ - Copy the URL that appears (it should start with webcal://)
+ - Paste it in the form above
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/templates/calendar/list.html.twig b/templates/calendar/list.html.twig
new file mode 100644
index 0000000..cafa84a
--- /dev/null
+++ b/templates/calendar/list.html.twig
@@ -0,0 +1,50 @@
+{% extends 'base.html.twig' %}
+
+{% block title %}Calendar List{% endblock %}
+
+{% block body %}
+