adesigns / calendar-bundle

This bundle allows you to integrate the jQuery FullCalendar plugin into your Symfony2 application.
MIT License
97 stars 60 forks source link

Rertieve JSON encode in "calendar-settings.js" #57

Open osshelouis opened 7 years ago

osshelouis commented 7 years ago

This is my CalendarController.php, $response has stored the JSON file of my events. `<?php

namespace ADesigns\CalendarBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Symfony\Component\HttpFoundation\Request;

use ADesigns\CalendarBundle\Event\CalendarEvent;

class CalendarController extends Controller { /**

Any help would be appreciated, Thanks