caldav-client

standalone CalDAV web client
git clone https://git.ce9e.org/caldav-client.git

commit
29b6a9ac851605093792f15eba6534c664b0bf94
parent
e35574a12420699a6b73aa98b1ee718fb028b001
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-02-06 08:23
list features/limitations in README

Diffstat

M README.md 15 +++++++++++++--

1 files changed, 13 insertions, 2 deletions


diff --git a/README.md b/README.md

@@ -1,7 +1,7 @@
    1     1 This is a standalone CalDAV web client. It is based on [fullcalendar][0] and
    2     2 [ical.js][1] and inspired by [CalDavZAP][2].
    3     3 
    4    -1 # installation
   -1     4 # Installation
    5     5 
    6     6 Run `npm install` and then copy everything (including the `node_modules`
    7     7 folder) to a server. You also need to set `rootUrl` in config.js to the URL of
@@ -11,7 +11,18 @@ origin.
   11    11 Note that this is only a client. You will also need a CalDAV server, e.g.
   12    12 [baikal][3] or [radicale][4].
   13    13 
   14    -1 # architecture
   -1    14 # Features / Limitations
   -1    15 
   -1    16 -	Supported
   -1    17 	-	Displaying events in a calendar, including recurrence
   -1    18 	-	Creating and deleting events
   -1    19 	-	Changing the start and end of an event, either by dragging the event on the
   -1    20 		calendar or by using a form
   -1    21 	-	Moving an event from one calendar to another
   -1    22 -	Not supported
   -1    23 	-	Editing any other property of events, e.g. recurrence or alarms
   -1    24 
   -1    25 # Architecture
   15    26 
   16    27 We have to work with two different structures: The one defined by CalDAV and
   17    28 the other one defined by fullcalendar.