]> git.mxchange.org Git - friendica-addons.git/blob - dav/Changelog.txt
Merge pull request #73 from CatoTH/master
[friendica-addons.git] / dav / Changelog.txt
1 v0.2.0
2 ======
3 [FEATURE] Multiple private Calendars can be created. Each calendar can have its own default color; single events of a calendar can override this setting.
4 [FEATURE] Support for recurring events.
5 [FEATURE] ICS files can be imported to and exported from a calendar.
6 [FEATURE] Notification by e-mail is supported.
7 [COMPATIBILITY] When creating or updating an event using CalDAV, the etag is returned.
8
9 v0.1.1
10 ======
11 [FEATURE] A "New Event" Button in the navigation bar of the calendar is added.
12 [FEATURE] When creating an event by dragging in the calendar, the "Edit Details"-Link leads to a page where the details can be added before actually creating the event.
13 [BUGFIX] When editing a event, the start time cannot be set befor the end time anymore.
14 [BUGFIX] Fixed some problems with Magic Quotes
15
16 v0.1.0
17 ======
18 Initial Release