Home | History | Annotate | Download | only in calendar

Lines Matching full:eventtitle

1537      * @param eventTitle The title of the event to use as the email subject.
1543 public static Intent createEmailAttendeesIntent(Resources resources, String eventTitle,
1562 if (eventTitle != null) {
1563 subject = resources.getString(R.string.email_subject_prefix) + eventTitle;