Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Repeated events in Eventbrite API

I noticed that when I search future events via event_search method, sorted by date, that first events in result-set have start date from past. Problem with these events is that they are repeatable events (e.g. weekly), but API does not return events' recurrence type (daily, weekly, monthly, other). Method should at least return next event start date and recurrance type.

like image 622
Niko Vrdoljak Avatar asked Feb 18 '12 14:02

Niko Vrdoljak


1 Answers

Hidden feature:

Add "display=repeat_schedule" to your API requests to reveal a series of start_date, end_date pairs for each repeating instance.

like image 110
ʀɣαɳĵ Avatar answered Oct 14 '22 04:10

ʀɣαɳĵ