mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-04 13:15:06 +00:00
feat(calendar): optionally remove attendees that can't be invited
If some attendees have prevented others to invite them, offer the organizer to remove them when saving the invitation.
This commit is contained in:
@@ -499,6 +499,8 @@ validate_untilbeforeend = "The recurrence must end after the first occurrence
|
||||
"and" = "and";
|
||||
"A time conflict exists with one or more attendees.\nWould you like to keep the current settings anyway?"
|
||||
= "A time conflict exists with one or more attendees.\nWould you like to keep the current settings anyway?";
|
||||
"Would you like to remove them and send the invitation to the remaining attendees?"
|
||||
= "Would you like to remove them and send the invitation to the remaining attendees?";
|
||||
|
||||
/* events list */
|
||||
"Due" = "Due";
|
||||
|
||||
Reference in New Issue
Block a user