You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you help me I have symfony3.3.13 and I installed this bundle, it appears but I have a problem with ajax: / full-calendar / load error 404 ???
What should I put in the file EventCustom.php instead of "Your fields":
namespace AppBundle \ Entity;
use AncaRebeca \ FullCalendarBundle \ Model \ FullCalendarEvent;
class CalendarEvent extends FullCalendarEvent
{
// Your fields
}
Do I have to create a particular table?
Thank you for your help and your work for this Bundle
The text was updated successfully, but these errors were encountered:
As you can see there is a Schedule Entity. To display this schedule on the calendar you have to create an EventListener, see AppBundle/EventListener/LoadDataListener.php, you have to populate the event with your entity. Do not forget to add your listener to services.yml (see app/config/services.yml)
Can you help me I have symfony3.3.13 and I installed this bundle, it appears but I have a problem with ajax: / full-calendar / load error 404 ???
What should I put in the file EventCustom.php instead of "Your fields":
namespace AppBundle \ Entity;
use AncaRebeca \ FullCalendarBundle \ Model \ FullCalendarEvent;
class CalendarEvent extends FullCalendarEvent
{
// Your fields
}
Do I have to create a particular table?
Thank you for your help and your work for this Bundle
The text was updated successfully, but these errors were encountered: