Oihana PHP System

events

Table of Contents

Classes

EventAttendanceModeEnumeration
An EventAttendanceModeEnumeration value is one of potentially several modes of organising an event, relating to whether it is online or offline.
EventMovedOnline
Indicates that the event was changed to allow online participation.
EventPostponed
The event has been postponed and no new date has been set.
EventRescheduled
The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated.)
EventScheduled
The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default.
EventStatusType
An enumeration type whose instances represent several states that an Event may be in.
MixedEventAttendanceMode
An event that is conducted as a combination of both offline and online modes.
OfflineEventAttendanceMode
An event that is primarily conducted offline.
OnlineEventAttendanceMode
An event that is primarily conducted online.

        
On this page

Search results