This is the answer using the Javascript SDK
FB.api( '/{page-id}/events', 'GET', {"fields":"timezone,cover,id,end_time,name,place,type,start_time,owner,event_times,description"}, function(response) {
Here I list the events created by this page, and for each event I want the time zone, cover (image), identifier, start and end time, place, name, description and time of the event
Royken
source share