Package | Description |
---|---|
net.bluemind.calendar.api | |
net.bluemind.calendar.helper.mail | |
net.bluemind.calendar.pdf.internal | |
net.bluemind.icalendar.api |
Modifier and Type | Field and Description |
---|---|
ICalendarElement.ParticipationStatus |
VEventAttendeeQuery.partStatus |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
CalendarMailHelper.extractPartState(ICalendarElement.ParticipationStatus partStatus) |
Modifier and Type | Field and Description |
---|---|
ICalendarElement.ParticipationStatus |
PrintedEvent.part |
Modifier and Type | Method and Description |
---|---|
protected ICalendarElement.ParticipationStatus |
PrintCalendar.getPart(VEvent vevent) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PrintCalendar.getEventLocationStyle(java.lang.String calId,
ICalendarElement.ParticipationStatus part) |
java.lang.String |
PrintCalendar.getEventTitleStyle(java.lang.String calId,
ICalendarElement.ParticipationStatus part) |
Modifier and Type | Field and Description |
---|---|
ICalendarElement.ParticipationStatus |
ICalendarElement.Attendee.partStatus
"PARTSTAT", for the status of the attendee's participation;
|
Modifier and Type | Method and Description |
---|---|
static ICalendarElement.ParticipationStatus |
ICalendarElement.ParticipationStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICalendarElement.ParticipationStatus[] |
ICalendarElement.ParticipationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ICalendarElement.Attendee |
ICalendarElement.Attendee.create(ICalendarElement.CUType cuType,
java.lang.String member,
ICalendarElement.Role role,
ICalendarElement.ParticipationStatus partStatus,
java.lang.Boolean rsvp,
java.lang.String delTo,
java.lang.String delFrom,
java.lang.String sentBy,
java.lang.String commonName,
java.lang.String dir,
java.lang.String lang,
java.lang.String uri,
java.lang.String mailto) |
static ICalendarElement.Attendee |
ICalendarElement.Attendee.create(ICalendarElement.CUType cuType,
java.lang.String member,
ICalendarElement.Role role,
ICalendarElement.ParticipationStatus partStatus,
java.lang.Boolean rsvp,
java.lang.String delTo,
java.lang.String delFrom,
java.lang.String sentBy,
java.lang.String commonName,
java.lang.String dir,
java.lang.String lang,
java.lang.String uri,
java.lang.String mailto,
java.lang.String responseComment) |
Copyright © 2021. All Rights Reserved.