dakira / myroundcube

Automatically exported from code.google.com/p/myroundcube
0 stars 0 forks source link

Event missing on share calendar #697

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Version calendar_plus : 22.0.14
CalDav server : Davical 1.1.1-1
Roundcube : 0.9.5

Summary
--
An event created by Alice from Roundcube on Bob's calendar
doesn't appear on Bob's calendar in Roundcube.

Test :
--
1. Alice adds a "colleague" category in Roundcube with Bob's calendar
   URL. Alice has rw access on Bob's calendar.
2. Alice creates an event on Bob's calendar from Roundcube with "Category:
   colleague".
3. Alice saves event.

Result :
--
1. Event present in Bob's calendar when connecting as Alice on Roundcube.
2. Event missing in Bob's calendar when connecting as Bob on Roundcube.

When connecting as Bob, if I read his ics file, I can notice that event is
present :
--
[..]
BEGIN:VEVENT
DTSTART;VALUE=DATE:20140520
DTEND;VALUE=DATE:20140521
DTSTAMP:20140512T091211Z
SEQUENCE:1399885931
SUMMARY:Test
CATEGORIES:colleague
UID:20140512T111211Z-ug3QjMi
END:VEVENT
[..]
--
Have you a workaround or fix ?

Original issue reported on code.google.com by linus.ai...@gmail.com on 6 Jun 2014 at 7:49

GoogleCodeExporter commented 8 years ago
ERRATA
--
Version calendar_plus : 3.0.15

Original comment by linus.ai...@gmail.com on 6 Jun 2014 at 8:02

GoogleCodeExporter commented 8 years ago
Works for me. Enable caldav_debug and check logs when attendee downloads events.

Original comment by myroundc...@gmail.com on 6 Jun 2014 at 8:08

GoogleCodeExporter commented 8 years ago
Hi,

I have enable caldav_debug. I see my event :
--
[..]
 <response>
  <href>/davical/caldav.php/bob/calendar/20140512T111211Z-ug3QjMi.ics</href>
  <propstat>
   <prop>
    <displayname>Test</displayname>
    <resourcetype/>
   </prop>
   <status>HTTP/1.1 200 OK</status>
  </propstat>
  <propstat>
   <prop>
    <C:getctag/>
   </prop>
   <status>HTTP/1.1 404 Not Found</status>
  </propstat>
 </response>
[..]

but always missing from Bob's calendar.

According to this post : 
http://myroundcube-plugins.40634.n3.nabble.com/calendar-plus-OS-X-10-9-3-Server-
3-1-2-tp4026203p4026208.html, 404 error seems to be insignificant.

Original comment by linus.ai...@gmail.com on 20 Jun 2014 at 3:18

GoogleCodeExporter commented 8 years ago
Hi,

Have you any idea about this bug ?

Original comment by linus.ai...@gmail.com on 27 Jun 2014 at 1:46

GoogleCodeExporter commented 8 years ago
Please update to Roundcube 1.0.1 and update your plugins. I guess the issue is 
gone then. If not, please re-open ticket.

Original comment by myroundc...@gmail.com on 27 Jun 2014 at 2:04