[OGo-Bugs][Bug 1876] Sunbird Alerts cannot be dismissed
bugs@opengroupware.org
bugs@opengroupware.org
Sat, 28 Jun 2008 12:49:51 +0200 (CEST)
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1876
------- Additional Comments From awilliam@whitemice.org 2008-06-28 04:13 -------
Alarms are added to the iCal representation of an event by the
appendAlarmsAsICal method of the SxAppointmentRenderer class. This method is
called by the class' renderAppointmentAsICal method, but it seems only if the
evoReminder value of the event is not null (line 414). evoReminder maps to the
evo_reminder of the date_x table and holds what appears to be a literal value as
sent from sunbird - for example:
'DISPLAY','Mozilla Alarm: Test with participants','DURATION','-PT1H',,
For dealing with alarms sent TO the server this looks like it falls to the
SxAppointmentMessageParser class
(ZideStore/SoObjects/ZSAppointments/SxAppointmentMessageParser.m). Obviously
the value gets stored in evoReminder (why there?) but doing a dismiss doesn't
clear the alarm.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.