summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMatt Garnes <matt@cyngn.com>2014-12-08 17:47:07 -0800
committerRohit Yengisetty <rohit@cyngn.com>2014-12-12 17:48:04 -0800
commit6f6b8878deba974e20effd00b922203cc9dda818 (patch)
tree40b1fe140cbc39f3b4ded90520ccc47ff0573eb9 /res
parent7b8ac44fb9f5dfebb444e8ddf29c7d227ac0588c (diff)
downloadandroid_packages_apps_Calendar-6f6b8878deba974e20effd00b922203cc9dda818.tar.gz
android_packages_apps_Calendar-6f6b8878deba974e20effd00b922203cc9dda818.tar.bz2
android_packages_apps_Calendar-6f6b8878deba974e20effd00b922203cc9dda818.zip
Support sharing calendar events as .vcs files to MMS.
- Export calendar events to a temporary .vcs file. Currently, the actual file format is still ical, this may need to be reformatted to actually contain only vCalendar content. - Share this specifically to the com.android.mms package when the share button is clicked. - Share the event as ical .ics to all other applications. Change-Id: If337360b17d4071d580087ecc97a2397d0563ff6
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index ba9bb628..5652b3ef 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -47,4 +47,7 @@
<!-- This is a label on a menu item. Pressing this menu item allows the
user to go to the calendars to display [CHAR LIMIT=20] -->
<string name="go_to">"Go to"</string>
+
+ <!-- Sharing calendar event -->
+ <string name="cal_share_intent_title">Send event to:</string>
</resources>