|
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
options = C_Calendar.EventGetStatusOptions(eventIndex)
Arguments[]
- eventIndex
- number
Returns[]
- options
- CalendarEventStatusOption[]
Field |
Type |
Description
|
status |
Enum.CalendarStatus |
|
statusString |
string |
|
Enum.CalendarStatus
Value |
Field |
Description
|
0 |
Invited |
|
1 |
Available |
|
2 |
Declined |
|
3 |
Confirmed |
|
4 |
Out |
|
5 |
Standby |
|
6 |
Signedup |
|
7 |
NotSignedup |
|
8 |
Tentative |
|
Patch changes[]
Patch 9.0.1 (2020-10-13): Added status
field.
Patch 8.0.1 (2018-07-17): Added.