no edit summary
mNo edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
inviteStatus | inviteStatus | ||
CALENDAR_INVITESTATUS_INVITED | CALENDAR_INVITESTATUS_INVITED = 1 | ||
CALENDAR_INVITESTATUS_ACCEPTED | CALENDAR_INVITESTATUS_ACCEPTED = 2 | ||
CALENDAR_INVITESTATUS_DECLINED | CALENDAR_INVITESTATUS_DECLINED = 3 | ||
CALENDAR_INVITESTATUS_CONFIRMED = 4 | CALENDAR_INVITESTATUS_CONFIRMED = 4 | ||
CALENDAR_INVITESTATUS_OUT | CALENDAR_INVITESTATUS_OUT = 5 | ||
CALENDAR_INVITESTATUS_STANDBY | CALENDAR_INVITESTATUS_STANDBY = 6 | ||
CALENDAR_INVITESTATUS_SIGNEDUP = 7 | |||
CALENDAR_INVITESTATUS_NOT_SIGNEDUP = 8 | |||
This function allows you to iterate through the invitees for an event and retrieve the status of each. You must call CalendarOpenEvent() before calling this function. | This function allows you to iterate through the invitees for an event and retrieve the status of each. You must call CalendarOpenEvent() before calling this function. | ||