-1

I dont know the problem why my full calendar won't appear? Here's the error.

enter image description here

1 Answers1

1

It seems json_events value is already coming in JSON format. Why would you need to parse it?. Can you remove the JSON.parse and try using just

events: json_events,

Hope this helps.

David R
  • 14,711
  • 7
  • 54
  • 72