We now order correctly CardGroups - especially for calendars.

This is to avoid a bug in BlackBerry devices where the METHOD
must be placed BEFORE any vevent/vtimezone objects, otherwise
the invitation objects are never recognized, and rather shown
as a "application/x-rimdevicecalendar" attachment.
(cherry picked from commit 51192dd533)
This commit is contained in:
Ludovic Marcotte
2012-11-13 13:58:05 -05:00
committed by Francis Lachapelle
parent bc91cfe3d2
commit 021c905fea
8 changed files with 43 additions and 25 deletions
@@ -410,14 +410,6 @@
previousObject: oldEvent
toAttendees: updateAttendees
withType: @"calendar:invitation-update"];
#if 0
// DELETE CODE
[self sendReceiptEmailForObject: newEvent
addedAttendees: nil
deletedAttendees: nil
updatedAttendees: updateAttendees];
#endif
}
//