Share via


responserequested Field

Topic Last Modified: 2006-06-13

Indicates if the originator of the meeting requested a response. Returns TRUE if a response is requested.

Full Name

urn:schemas:calendar:responserequested

Named Constant

CdoCalendar.cdoResponseRequested

Variant Subtype

 Boolean

 VARIANT_BOOL

OLE DB Type

DBTYPE_BOOL

Remarks

For outgoing meeting requests, if responserequested is TRUE, the iCalendar RSVP property of all attendees is set to TRUE, or if responserequested is FALSE, the RSVP property of all attendees is set to FALSE. For incoming meeting requests, if the iCalendar RSVP property of any attendee is TRUE, then responserequested is set to TRUE, or if RSVP for all attendees is FALSE, then responserequested is set to FALSE.

The responserequested field is set to FALSE if the meeting does not have an organizer. The organizer is an attendee with the IsOrganizer Property set to TRUE.

This field is also exposed as the ResponseRequested Property of the IAppointment interface.