The QOrganizerEventRsvp class contains RSVP information for an event, applicable to the user of the calendar More...
#include <QOrganizerEventRsvp>
Inherits QOrganizerItemDetail.
enum | ResponseRequirement { ResponseNotRequired, ResponseRequired } |
QString | organizerEmail () const |
QString | organizerName () const |
QOrganizerEventAttendee::ParticipationRole | participationRole () const |
QOrganizerEventAttendee::ParticipationStatus | participationStatus () const |
QDate | responseDate () const |
QDate | responseDeadline () const |
ResponseRequirement | responseRequirement () const |
void | setOrganizerEmail ( const QString & emailAddress ) |
void | setOrganizerName ( const QString & name ) |
void | setParticipationRole ( QOrganizerEventAttendee::ParticipationRole role ) |
void | setParticipationStatus ( QOrganizerEventAttendee::ParticipationStatus status ) |
void | setResponseDate ( const QDate & date ) |
void | setResponseDeadline ( const QDate & date ) |
void | setResponseRequirement ( ResponseRequirement responseRequirement ) |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldOrganizerEmail |
const QLatin1Constant | FieldOrganizerName |
const QLatin1Constant | FieldParticipationRole |
const QLatin1Constant | FieldParticipationStatus |
const QLatin1Constant | FieldResponseDate |
const QLatin1Constant | FieldResponseDeadline |
const QLatin1Constant | FieldResponseRequirement |
QOrganizerItemFilter | match ( QOrganizerEventAttendee::ParticipationStatus status ) |
The QOrganizerEventRsvp class contains RSVP information for an event, applicable to the user of the calendar
RSVP details contain information such as the role of the calendar user in the event, the participation status of the calendar user in the event, the date by which the user is requested to respond to the invitation, the date at which the user did respond to the invitation, the name of the organizer of the event, and the contact details of the organizer of the event.
Any event which contains an RSVP detail is an event to which the user of the calendar has been invited.
This leaf-class has been part of the default schema since version 1.2 of the Qt Mobility project.
Constant | Value | Description |
---|---|---|
QOrganizerEventRsvp::ResponseNotRequired | 0 | The organizer does not require the calendar user to respond to the invitation |
QOrganizerEventRsvp::ResponseRequired | 1 | The organizer requires the calendar user to respond to the invitation |
Returns a filter suitable for finding events based upon the participation status of the calendar user. The filter will match any event at which the calendar user's participation status is status.
Returns the email address of the organizer of the event.
See also setOrganizerEmail().
Returns the name of the organizer of the event.
See also setOrganizerName().
Returns the participation role of the user of the calendar in the event.
See also setParticipationRole().
Returns the participation status of the user of the calendar in the event.
See also setParticipationStatus().
Returns the date at which user responded to the invitation to the event.
See also setResponseDate().
Returns the date by which the user was requested to have responded to the invitation to the event.
See also setResponseDeadline().
Returns the response requirement of the invitation.
See also setResponseRequirement().
Sets the email address of the organizer of the event (who sent the invitation) to emailAddress.
See also organizerEmail().
Sets the name of the organizer of the event (who sent the invitation) to name.
See also organizerName().
Sets the role of the user of the calendar in the event to role.
See also participationRole().
Sets the participation status of the user of the calendar in the event to status.
See also participationStatus().
Sets the date at which the user responded to the invitation to the event to date.
See also responseDate().
Sets the date by which the user was requested to have responded to the invitation to the event to date.
See also responseDeadline().
Sets the response requirement for the invitation to responseRequirement.
See also responseRequirement().
The constant string which identifies the definition of details which are event invitation RSVP details.
The constant key for which the email address of the event organizer is stored in details of the QOrganizerEventRsvp type.
The constant key for which the name of the event organizer is stored in details of the QOrganizerEventRsvp type. This is the name of the person who organized the event, to whom the user of the calendar should respond regarding the invitation to the event, as requested by the organizer.
The constant key for which the participation role of the calendar user is stored in details of the QOrganizerEventRsvp type. The participation roles valid for the user are the same as those for any other attendee.
See also QOrganizerEventAttendee.
The constant key for which the participation status of the calendar user is stored in details of the QOrganizerEventRsvp type. The participation statuses valid for the user are the same as those for any other attendee, and are enumerated in QOrganizerEventAttendee::Status.
See also QOrganizerEventAttendee.
The constant key for which the date of response is stored in details of the QOrganizerEventRsvp type. This date is the date at which the user responded to the event invitation.
The constant key for which the response deadline date is stored in details of the QOrganizerEventRsvp type. This date is the date by which the user must respond to the event invitation.
The constant key for which the value is stored which determines whether or not the organizer of the event requires a response to the invitation from the calendar user, in details of the QOrganizerEventRsvp type.