mirror of
https://github.com/etesync/android
synced 2025-02-02 19:01:06 +00:00
Event invites: add location information to email summary.
This commit is contained in:
parent
f5d08e07bb
commit
b93c5228c7
@ -165,6 +165,7 @@ public class CalendarSyncManager extends SyncManager {
|
|||||||
context.getString(R.string.sync_calendar_attendees_email_content,
|
context.getString(R.string.sync_calendar_attendees_email_content,
|
||||||
event.summary,
|
event.summary,
|
||||||
formatEventDates(event),
|
formatEventDates(event),
|
||||||
|
(event.location != null) ? event.location : "",
|
||||||
formatAttendees(event.attendees)));
|
formatAttendees(event.attendees)));
|
||||||
Uri uri = createAttachmentFromString(context, event.uid, icsContent);
|
Uri uri = createAttachmentFromString(context, event.uid, icsContent);
|
||||||
if (uri == null) {
|
if (uri == null) {
|
||||||
|
@ -332,7 +332,7 @@
|
|||||||
<string name="sync_calendar_attendees_notification_title" formatted="false">%s</string>
|
<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_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_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 -->
|
<!-- cert4android -->
|
||||||
<string name="certificate_notification_connection_security">EteSync: Connection security</string>
|
<string name="certificate_notification_connection_security">EteSync: Connection security</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user