FullCalendarBundle
FullCalendarBundle copied to clipboard
Migrate entity ORM to MongoDB ODM
Hi, i need ti use full-calendar for my app. Thanks for your work, but i am using MongoDB ODM and not ORM databases.
So i have no error, but i have no data in the calendar.
I rewrite the CalendarEvent like in the schedule.php example and i populate my mongodb collection with two documents (title , start: and allDay).
Do you have an idea ?
Thx