Content
View differences
Updated by Mir Bhatia 11 months ago
**As** a user of meetings
**I want to** understand when meeting module sends out emails
**so that** I can control them, or possibly suppress them
**Context: Current implementation**
Emails are currently sent out in these cases:
* **One-time invitations**: Inviting a new user to a one-time meeting sends out an email to that user only
* **Completing a series template:** After setting up a meeting series and clicking 'Complete template', meeting invitation is sent to every invitee in the template
* **Changing date or time**: If there are changes to the meeting start time or hour, in a one-time or recurring meeting, or when the entire series is moved, an email is sent out to all invitees
* **Meeting Cancellations**: When a meeting is canceled (deleted), an email notification is sent to inform all invitees that the meeting will no longer take place.
**Acceptance criteria**
* Have a per meeting an admin-level setting that sets the default, with two radio options:
* Option 1: **Always send email invites for changes**
* Caption: "Automatically send an email with an updated calendar invite (.ics) for changes to toggle sending date, time, location and participants. This setting can be overridden per meeting."
* Option 2: **Never send email notifications invites for changes**
* Caption: "Never send an email update, regardless of changes. Select this if you manage calendar invites separately outside of OpenProject. This setting can be overridden per meeting."
* Allow changing this setting at the level of individual meetings with a setting
* Controlled via a checkbox (in the creation and copy forms only - edit forms will not have this checkbox) With checkbox:
* Label: "**Send email calendar updates**" updates to all participants**"
* Caption: "Automatically send an email with an updated calendar invite (.ics) for changes to date, time, location and participants."
* This defaults to checked (sending enabled)
* When checked, enabled, show an info banner below the option:
* Text: "Email calendar updates are enabled. All "All participants will receive an updated invites via email .isc invite when you make changes." changes to this meeting."
* When unchecked, disabled, show a warning banner below the option:
* Text: "Email calendar updates are muted. "You have chosen to mute email updates. Participants will not receive updated invites via email an .isc invite when you make changes."
* Clearly identify on the meeting side bar when a meeting is muted, adding a line to the meeting details section with text "Email calendar updates", showing the current status
and what this means
**Technical notes**
* Add a new section in \[open\] When the meeting side bar, below meeting details, having setting is disabled when editing a toggle component with the same label as the checkbox described above
single meeting, is a notification then sent on submit? Might want a confirmation dialog here.
* Maybe not important if we have a warning/info banner?
* Add an info/warning banner to a global setting for the top of the participants dialog, with the same captions as described above global muting case
* Toggling between states always results in a confirmation dialog being shown
**Technical notes**
* Add a meetings column "muted:boolean" that is checked for one-time and templates (in case of series)
* Respect this flag when sending out any notification
* For a series, the mute flag on the template controls notifications for all occurrences of the series
**Permissions and visibility considerations**
* <br>
**Out of scope**
* <br>
**I want to** understand when meeting module sends out emails
**so that** I can control them, or possibly suppress them
**Context: Current implementation**
Emails are currently sent out in these cases:
* **One-time invitations**: Inviting a new user to a one-time meeting sends out an email to that user only
* **Completing a series template:** After setting up a meeting series and clicking 'Complete template', meeting invitation is sent to every invitee in the template
* **Changing date or time**: If there are changes to the meeting start time or hour, in a one-time or recurring meeting, or when the entire series is moved, an email is sent out to all invitees
* **Meeting Cancellations**: When a meeting is canceled (deleted), an email notification is sent to inform all invitees that the meeting will no longer take place.
**Acceptance criteria**
* Have a per meeting
* Option 1: **Always send email invites for changes**
* Caption: "Automatically send an email with an updated calendar invite (.ics) for changes
* Option 2: **Never send
* Caption: "Never send an email update, regardless of changes. Select this if you manage calendar invites separately outside of OpenProject. This setting can be overridden per meeting."
* Allow changing this setting at the level of individual meetings with a setting
* Controlled via a checkbox (in the creation and copy forms only - edit forms will not have this checkbox)
* Label: "**Send email calendar updates**"
* Caption: "Automatically send an email with an updated calendar invite (.ics) for changes to date, time, location and participants."
* This defaults to checked (sending enabled)
* When checked,
* Text: "Email calendar updates are enabled. All
* When unchecked,
* Text: "Email calendar updates are muted.
* Clearly identify on the meeting side bar when a meeting is muted, adding a line to the meeting details section with text "Email calendar updates", showing the current status
**Technical notes**
*
* Toggling between states always results in a confirmation dialog being shown
**Technical notes**
* Add a meetings column "muted:boolean" that is checked for one-time and templates (in case of series)
* Respect this flag when sending out any notification
* For a series, the mute flag on the template controls notifications for all occurrences of the series
**Permissions and visibility considerations**
* <br>
**Out of scope**
* <br>