Comment 16 for bug 806480

Revision history for this message
RĂ©mi LEFEVRE (rlefevre) wrote :

X-MOZ-SEND-INVITATIONS property is deleted (therefore set to null) by lightning if the add-on return true to canNotifyAttendees(). The notify-attendees-checkbox is also disabled because of that.

So at this time, AFAIU, if an add-on handles itself notifications (as this is the case for us), it MUST send them (the user cannot choose not to). Unless there is a way to replace the checkbox with overlays ?

Refer to the following mozilla bugs for details:
https://bugzilla.mozilla.org/show_bug.cgi?id=690805
https://bugzilla.mozilla.org/show_bug.cgi?id=580787

Attached patch always sends notifications until a way is found to let the user choose.