Commit graph

18 commits

Author SHA1 Message Date
JodliDev ad31194e03 Fix #12: Do not urlencode calendar.href 2022-05-13 19:23:13 +02:00
JodliDev 9c6b8b4171
Merge pull request #4 from club-1/fix-edit-event
fix: event edition for caldav driver
2022-05-12 01:24:21 +02:00
JodliDev 89cdebc5ca
Merge pull request #7 from club-1/fix-create-calendar-trailing-slash
fix: create calendars with source ending with '/'
2022-04-30 11:07:45 +02:00
JodliDev b9ff57cf21
Merge pull request #3 from club-1/fix-postgres-timestamp
fix: unixtimestamp calculation from PostgreSQL
2022-04-30 11:03:59 +02:00
n-peugnet 0e84caaa4e fix: create calendars with source ending with '/'
by trimming the trailing slash if it exists
2022-04-28 20:15:22 +02:00
n-peugnet 4e72a2b60f fix: event edition for caldav driver
Set to NULL for real in db values that equals NULL in PHP.

Only tested on PostgreSQL
2022-04-28 14:36:26 +02:00
n-peugnet ee19875c97 fix: unixtimestamp calculation from PostgreSQL
see https://stackoverflow.com/questions/29536542/different-results-for-extract-epoch-on-different-postgresql-servers
2022-04-28 14:21:43 +02:00
n-peugnet 2d72a2edcb fix: postgres SQL script errors on initdb 2022-04-28 14:18:06 +02:00
JodliDev 72e7983d75 (botchy) fix for emoticons in event description 2021-09-30 07:01:11 +02:00
JodliDev 72dd4dffcd Several bugfixes and README-update 2021-09-28 21:23:22 +02:00
JodliDev 71c4d7aba9 Allow to add ics calendars when no CalDAV sources exist 2021-08-26 16:26:17 +02:00
JodliDev 3df123b0b8 implement the attributes "deletable" and "editable_name" for calendars 2021-08-26 15:58:25 +02:00
JodliDev 766088b19a Save HEX colors without alpha 2021-08-26 11:58:24 +02:00
JodliDev 0cc7f1ebdd - make ical calendars readonly
- small attachement-bugfix
2021-08-25 10:43:52 +02:00
JodliDev 277e3094f7 - Added iCal Support
- Bugfixes
- automatically generated sqlite & postgres support (not tested!)
2021-08-24 12:55:41 +02:00
JodliDev 5ee16ce9ef Lots of bugfixes regarding CalDAV 2021-08-23 08:58:32 +02:00
JodliDev 822b359185 first commit of new changes to CalDAV support 2021-08-20 19:36:47 +02:00
JodliDev 21e3fff576 Copy CadDav driver from https://github.com/fasterit/roundcube_calendar 2021-08-17 19:19:48 +02:00