1
0
mirror of https://github.com/etesync/android synced 2025-02-02 10:51:10 +00:00

Event invites: add location information to email summary.

This commit is contained in:
Tom Hacohen 2018-11-30 11:18:03 +00:00
parent f5d08e07bb
commit b93c5228c7
2 changed files with 2 additions and 1 deletions

View File

@ -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) {

View File

@ -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>