Events Manager
Integration with the Events Manager plugin, to fetch event data.


Integration with the Events Manager plugin.
The GraphQL schema is provided the fields to retrieve event data.
query {
events {
id
title
content
startDate
endDate
isAllDay
location {
id
name
address
city
coordinates
}
}
}