View Issue Details

IDProjectCategoryView StatusLast Update
0001233SOGoBackend Calendarpublic2013-08-09 13:48
Reporterludovic Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Versionnightly v2 
Summary0001233: When the organizer deletes an occurence, it resets the participation status
Description

If Bob invites Alice to a repetitive event, say every day, 3 occurences.

Alice accepts the invitation, for the master event.

Alice refuses the event on the second day.

Bob deletes the occurences.

Bugs:

Alice's participation status is resetteed in the master event in HER calendar (incorrect)
Alice's participation status is correct in the master event in Bob's calendar (correct)

TagsNo tags attached.

Activities

francis

francis

2011-04-30 02:07

administrator   ~0002417

Possible quick fix :

--- SoObjects/Appointments/iCalEventChanges+SOGo.m 3a7fa35da6efadce9272a2d39969019ee9b144cd
+++ SoObjects/Appointments/iCalEventChanges+SOGo.m 6b1300f03c66dec4e1c99af6001c627cb58e46ba
@@ -32,7 +32,7 @@
{
static NSString *properties[] = {@"organizer", @"startDate", @"endDate",
@"due", @"duration",

  • @"rdate", @"rrule", @"exdate", @"exrule",
  • @"rdate", @"rrule", @"exrule",
    @"status", @"location",
    nil};
    NSString **currentProperty;
ludovic

ludovic

2013-08-09 13:48

administrator   ~0005812

That bug iz no longeur d'actuality!

Issue History

Date Modified Username Field Change
2011-04-05 20:15 ludovic New Issue
2011-04-30 02:07 francis Note Added: 0002417
2013-08-09 13:48 ludovic Note Added: 0005812
2013-08-09 13:48 ludovic Status new => closed
2013-08-09 13:48 ludovic Resolution open => no change required