From ce0b0a7eeb35049a921e160920a7c279327db0ca Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 13 May 2020 19:42:41 +0200 Subject: plugins/caldav: add form to create new events --- plugins/caldav/public/update-event.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 plugins/caldav/public/update-event.html (limited to 'plugins/caldav/public/update-event.html') diff --git a/plugins/caldav/public/update-event.html b/plugins/caldav/public/update-event.html new file mode 100644 index 0000000..1a4abcc --- /dev/null +++ b/plugins/caldav/public/update-event.html @@ -0,0 +1,30 @@ +{{template "head.html" .}} + +

alps

+ +

+ Back +

+ +

+ {{if .CalendarObject}}Edit{{else}}Create{{end}} event +

+ +
+ + +
+ + + + +
+ + + +
+ + +
+ +{{template "foot.html"}} -- cgit v1.2.3-59-g8ed1b