| Package | Description |
|---|---|
| ezvcard | |
| ezvcard.io.scribe |
Contains classes that know how to marshal and unmarshal a property in each vCard format.
|
| ezvcard.property |
Contains the DTO class for each property.
|
| Modifier and Type | Method and Description |
|---|---|
List<CalendarRequestUri> |
VCard.getCalendarRequestUris()
Gets the URIs that can be used to schedule a meeting with the person on
his or her calendar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCard.addCalendarRequestUri(CalendarRequestUri calendarRequestUri)
Adds a URI that can be used to schedule a meeting with the person on his
or her calendar.
|
void |
VCard.addCalendarRequestUriAlt(CalendarRequestUri... altRepresentations)
Adds a URI that can be used to schedule a meeting with the person on his
or her calendar.
|
| Modifier and Type | Method and Description |
|---|---|
protected CalendarRequestUri |
CalendarRequestUriScribe._parseValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
CalendarRequestUri |
CalendarRequestUri.copy() |
| Constructor and Description |
|---|
CalendarRequestUri(CalendarRequestUri original)
Copy constructor.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.