]> git.mxchange.org Git - friendica-addons.git/blob - dav/README.md
Initial Release of the calendar plugin
[friendica-addons.git] / dav / README.md
1 Calendar with CalDAV Support
2
3 This is a rewrite of the calendar system used by the german social network [Animexx](http://www.animexx.de/).
4 It's still in a very early stage, so expect major bugs. Please feel free to report any of them, by mail (cato@animexx.de) or Friendica: http://friendica.hoessl.eu/profile/cato
5
6 At the moment, the calendar system supports the following features:
7 - A web-based drag&drop interface for managing events
8 - All-Day-Events, Multi-Day-Events, and time-based events
9 - Access to the events using CalDAV (using iPhone, Thunderbird Lightning etc., see below)
10 - read-only access to the friendica-native events (also using CalDAV)
11 - The friendica-contacts are made available using CardDAV (confirmed to work with iOS)
12 - Giving the subject, a description, a location and a color for the event (the color is not available through CalDAV, though)
13
14 Internationalization:
15 - At the moment, settings for the US and the german systems are selectable (regarding the date format and the first day of the week). More will be added on request.
16 - The basic design of the system is aware of timezones; however this is not reflected in the UI yet. It currently assumes that the timezone set in the friendica-installation matches the user's local time and matches the local time set in the user's operating system.
17
18 CalDAV device compatibility:
19 - iOS (iPhone/iPodTouch) works
20 - Thunderbird Lightning should work, not tested yet
21 - Android: http://dmfs.org/caldav/ seems to work, not much tested yet, though
22
23 Installation
24 After activating, serveral tables in the database have to be created. The admin-interface of the plugin will try to do this automatically.
25 In case of errors, the SQL-statement to create the tables manually are shown in the admin-interface.
26
27
28 Functuality missing: (a.k.a. "Roadmap")
29 - Recurrence of events (this is only supported using the CalDAV-interface; recurring events saved using CalDAV will appear correctly multiple times in the web-based frontend; hovever those events will be read-only at the web-based frondend)
30 - Sharing events; all events are private at the moment, therefore this system is not yet a complete replacement for the friendica-native events
31 - Attendees / Collaboration
32
33
34
35 Used libraries
36
37 SabreDAV
38 http://code.google.com/p/sabredav/
39 New BSD License
40
41 wdCalendar
42 http://www.web-delicious.com/jquery-plugins/
43 GNU Lesser General Public License
44
45 jQueryUI
46 http://jqueryui.com/
47 Dual-licenced: MIT and GPL licenses
48
49 iCalCreator
50 http://kigkonsult.se/iCalcreator/
51 GNU Lesser General Public License
52
53 TimePicker
54 http://www.texotela.co.uk/code/jquery/timepicker/
55 Dual-licenced: MIT and GPL licenses
56
57 ColorPicker
58 http://laktek.com/2008/10/27/really-simple-color-picker-in-jquery/
59 MIT License
60
61