ancarebeca / FullCalendarBundle

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

How do I use this? #22

Closed iamthestreets closed 7 years ago

iamthestreets commented 7 years ago

Hi,

I might be asking this in the wrong place, but I'm a bit confused at how I use this.

I setup everything as instructed, but can't seem to see any data on the calendar. Do I need to create my own controller? How do I access the calendar?

I created my own controller to load the view, but I don't see any data. Not sure what I'm missing.

mgonyan commented 7 years ago

Hi @iamthestreets,

Can you please add the code you are testing ?

ancarebeca commented 7 years ago

Hi @iamthestreets. I created a simple demo, I hope this will help you . https://github.com/ancarebeca/full-calendar-example

garak commented 7 years ago

Your demo is missing even the simplest thing you should include, an entity representing an event. Also, you should add missing documentation to this bundle, since it's unclear how to use filters

ancarebeca commented 7 years ago

Thank you for your suggestions @garak. Yes it’s very simple because I was trying to show the simplest happy path but if you need further instructions feel free to open a new issue and tell me how I can help you.

ancarebeca commented 7 years ago

@iamthestreets Shall we close this?