Workplace from Meta is going away. You will be able to continue using Workplace until 31 August 2025. Visit our Help Center to find out more.
/{event-id}
Represents a event object of a Workplace community or group.
You can read information about a single Event by making a Graph API GET
request to /{event-id}
.
Reading information about events requires the Read group content permission.
Field Name | Description | Type |
---|---|---|
| The id of this event. |
|
| Number of people attending the event. |
|
| Cover picture. |
|
| Number of people who declined the event. |
|
| Long-form description. |
|
| End time, if one has been set. |
|
| Array of times of a multi-instance event. |
|
| Can see guest list. |
|
| Number of people interested in the event. |
|
| Whether or not the event has been marked as canceled. |
|
| Number of people who maybe going to the event. |
|
| Event name. |
|
| The profile that created the event. | |
| The group the event belongs to. | |
| Event Place information. |
|
| Start time. |
|
| Timezone. |
|
| The type of the event. |
|
| Updated time. |
|
You can't publish using this edge. In order to create an event, publish to the /{group-id}/events
edge.
Publishing requires Manage group content permission.
Field Name | Description | Type |
---|---|---|
| Description of the event. |
|
| End time of the event in ISO format. |
|
| Location of the Event. |
|
| Name of the event. |
|
| Start time of the event in ISO format, can omit time and only include date information. |
|
You can delete an event by making a Graph API DELETE
request to /{event-id}
.
You can't update using this node.
Edge Name | Description |
---|---|
Users that are admins of the event. | |
| Event cover picture. |
POST /{group-id}/events?name=My%20Event&start_time=2019-08-06T23%3A00&end_time=2019-08-06T23%3A30 HTTP/1.1
Host: graph.facebook.com
You cannot create an event on the past.
GET /{event-id}?fields=id,description,attending_count,declined_count HTTP/1.1
Host: graph.facebook.com
DELETE /{event-id} HTTP/1.1
Host: graph.facebook.com