Searched defs:ics (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/utility/
H A DCalendarUtilities.java1660 * Add an attendee to the ics attachment and the to list of the Message being composed
1661 * @param ics the ics attachment writer
1668 static private void addAttendeeToMessage(SimpleIcsWriter ics, ArrayList<Address> toList, argument
1678 ics.writeTag(icalTag, "MAILTO:" + attendeeEmail);
1699 ics.writeTag(icalTag, "MAILTO:" + attendeeEmail);
1741 SimpleIcsWriter ics = new SimpleIcsWriter();
1742 ics.writeTag("BEGIN", "VCALENDAR");
1743 ics.writeTag("METHOD", method);
1744 ics
[all...]

Completed in 535 milliseconds