Uses of Class
ezvcard.property.CalendarUri

Packages that use CalendarUri
ezvcard   
ezvcard.io.scribe   
 

Uses of CalendarUri in ezvcard
 

Methods in ezvcard that return types with arguments of type CalendarUri
 List<CalendarUri> VCard.getCalendarUris()
          Gets the URIs that point to the person's calendar.
 

Methods in ezvcard with parameters of type CalendarUri
 void VCard.addCalendarUri(CalendarUri calendarUri)
          Adds a URI that points to the person's calendar.
 void VCard.addCalendarUriAlt(CalendarUri... altRepresentations)
           Adds a calendar URI property as a group of alternative representations (see: description of ALTID).
 

Method parameters in ezvcard with type arguments of type CalendarUri
 void VCard.addCalendarUriAlt(Collection<CalendarUri> altRepresentations)
           Adds a calendar URI property as a group of alternative representations (see: description of ALTID).
 

Uses of CalendarUri in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return CalendarUri
protected  CalendarUri CalendarUriScribe._parseValue(String value)
           
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.