fasterit / roundcube_calendar

A functional version of Kolab's roundcube plugin with CalDAV forked from https://gitlab.awesome-it.de/kolab/roundcube-plugins/tree/feature_caldav
GNU Affero General Public License v3.0
19 stars 21 forks source link

roundcube 1.3.x, calendar invitation, event could not be imported, service not available, bad request #22

Open pafcioooo opened 6 years ago

pafcioooo commented 6 years ago

Sometimes it happens that after receiving calendar invitation in email if:

There are errors in public_html/roundcubemail/logs/errors respectively:

Event agenda in email invitation is displayed properly.

pafcioooo commented 6 years ago

Changing:// Enable debugging output for iCAL/CalDAV drivers

$config['calendar_caldav_debug'] = true;
$config['calendar_ical_debug'] = true;

to false doesn not show more in errors file.

pafcioooo commented 6 years ago

There is similiar issue in another repo for this https://github.com/texxasrulez/Caldav_Calendar/issues/3 but no clear explanation there - this repo seems another fork of this repo apart from one mentioned in #21.

chaos-prevails commented 6 years ago

for me, if you copy the changes of https://github.com/texxasrulez/Caldav_Calendar/commit/79eb611bec99f26230c6be86b275b4b40124e53f#diff-0e51937113ff969af234cc1a48fcadee

over into a clone of repo https://github.com/dotplex/roundcube_calendar then even the print preview will work.

After that, 2 things still don't work: 1) after accepting an event, clicking "Update in my agenda" I get a Application Error (500): No driver found for calendar "". 2) prior to accepting an event, clicking "check calendar", I get a SERVICE CURRENTLY NOT AVAILABLE! 500

ad 2) deleting the itip parameter of the url fixes the problem. I think "check calendar" should only open the calendar in another window

But the most important functionality works (accept, decline, maybe, delegate) with roundcube 1.3.7

AkashKrDutta commented 6 years ago

You can add a nextcloud calendar URL that works perfectly fine. Problem is every user should be registered there.