Hello all,
I hope you are doing.
I am using the Eventbrite API for fetching the list of events. I am fetching the events by calling the below URL with our own user_ID and token
URL:
https://www.eventbriteapi.com/v3/organizations/USER_ID/events/?order_by=start_asc&status=live&show_series_parent=true&expand=organizer,venue&token=TOKENThe issue I am facing when I am trying to display the event date of the upcoming event but suppose one event start date is 20-05-2021 and end date 30-05-2021 and suppose the event is being held on 29-05-2021 also, so the issue I am facing is when I get the data using the above URL I am not getting this date as the event date. How do I get the event date of an upcoming event which I get from the above url
If someone can help it would be great.
Thanks