I obtained the (response) object in this way:
{
"data": [
{
"name": "Let's go angular!",
"start_time": "2015-12-05T11:30:00+0200",
"id": "908575145894907"
},
{
"name": "يوم دراسي: \"تقنيات البث الإذاعي و الفضائي\"",
"start_time": "2015-10-21T10:00:00+0300",
"id": "1640694736210572"
},
{
"name": "الحفل الختامي لنشاطات النادي الهندسي",
"start_time": "2015-10-20T11:00:00+0300",
"id": "906776472735155"
},
{
"name": "The challenge of handling Big Data",
"start_time": "2015-03-17T09:30:00+0200",
"id": "1489359784617992"
},
{
What would be the best approach to handle this using javascript?