GNOME Bugzilla – Bug 615636
Meeting requests/responses don't match calendar events
Last modified: 2011-06-29 09:17:35 UTC
evolution-mapi 0.31.1 I see duplicate events in calendar. When i organize a meeting, event is shown in calendar but i get meeting invitation as well in inbox, where i can see 'event found in calendar'. But irrespective of this message, i accept the event and now i see two events in calendar.
as conveyed by milan on irc There is no mapping between evo ID and the ema ID, actually the ema is changing the event ID to the message ID it comes from, thus it never matches, and the event is added, thinking it's not yet there.
Half of the issue is solved by: https://bugzilla.gnome.org/show_bug.cgi?id=633182 The organiser won't get the meeting-request him/her self anymore. But, still EMA is not able to track responses of Meeting Attendees.
Created attachment 180391 [details] [review] ema patch for evolution-mapi; OK, this is fixing the issue. With this patch ema is not using message IDs as UIDs for events, but GlobalIDs, if available, which makes all this meeting madness work as expected. :)
Created commit 8f3efcb in ema master (2.91.90+)
*** Bug 641743 has been marked as a duplicate of this bug. ***
*** Bug 653494 has been marked as a duplicate of this bug. ***