Event invites: add location information to email summary.

tmp
Tom Hacohen 6 years ago
parent f5d08e07bb
commit b93c5228c7

@ -165,6 +165,7 @@ public class CalendarSyncManager extends SyncManager {
context.getString(R.string.sync_calendar_attendees_email_content,
event.summary,
formatEventDates(event),
(event.location != null) ? event.location : "",
formatAttendees(event.attendees)));
Uri uri = createAttachmentFromString(context, event.uid, icsContent);
if (uri == null) {

@ -332,7 +332,7 @@
<string name="sync_calendar_attendees_notification_title" formatted="false">%s</string>
<string name="sync_calendar_attendees_notification_content">Send invitations to guests?</string>
<string name="sync_calendar_attendees_email_subject" formatted="false">Invitation: %s @ %s</string>
<string name="sync_calendar_attendees_email_content" formatted="false">You have been invited to the following event:\n\n%s\nWhen: %s\nAttendees: %s\n\n--\nThis email was created by EteSync.\nSecure, encrypted and journaled cloud sync.</string>
<string name="sync_calendar_attendees_email_content" formatted="false">You have been invited to the following event:\n\n%s\nWhen: %s\nWhere: %s\nAttendees: %s\n\n--\nThis email was created by EteSync.\nSecure, encrypted and journaled cloud sync.</string>
<!-- cert4android -->
<string name="certificate_notification_connection_security">EteSync: Connection security</string>

Loading…
Cancel
Save