ı am using angular full calendar day grid plugin
my json data like this
[{“id”:2,“start_time”:“2019-08-15 16:52:00”}, {“id”:3, “start_time”:“2019-09-23 18:55:00”}]
but angular full calendar can recognize data like this
id: ‘a’, title: ‘my event’, start: '2018-09-01’
but my json name of date start_time but angular full calendar can recognize start.
how can ı fetch my json data to angular full calendar