ancarebeca / FullCalendarBundle

Symfony3 integration with the library FullCalendar.js
36 stars 38 forks source link

Migrate entity ORM to MongoDB ODM #48

Open lhadjadj opened 6 years ago

lhadjadj commented 6 years ago

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