Select a Platform
- Home
- Quick Overview
- App Manager
- SDKs
- Features
- REST API
- API Intro
- App Authentication
- Application Data
- Custom Auth
- Custom Data
- Events
- Events Intro
- Event Add
- Event Get
- Event Update
- Event Comment Add
- Event Comment Delete
- Event Comments Get
- Event Comment Update
- Event Participant Invite
- Event Participants Invite
- Event Participants Get
- Event Participant Delete
- Event Request Invitation
- Event RSVP
- Events Search
- Events Search by Person ID
- Event AppData Add
- Event AppData Delete
- Event AppData Get
- Event AppData Get All
- Event AppData Update
- Friends
- GeoCode
- Locations
- Notifications
- Persons
- Definitions
- Enums
EventPrivacy
Defines the Enum values for the Privacy property of an Event.
Values
| Name | Value | Data Type | Notes |
|---|---|---|---|
| Secret | 0 | Integer | Event is secret and should not be searchable except by the creator. |
| Closed | 1 | Integer | Event is closed to public searches but can be found by friends. |
| Open | 2 | Integer |
Event is open to the public and can be found in any search. |
