maddhatter / laravel-fullcalendar

Laravel FullCalendar.io Helper
627 stars 266 forks source link

How to pass json to an option #140

Closed jestin-g closed 5 years ago

jestin-g commented 5 years ago

Hi, I would like to implement resourceTimeGrid to my calendar. For this, I need to use a Json for the option 'resources'. Is it possible ?

Here is the Json I need:

[
    {
        "id": "1",
        "title": "Equipe 1"
    },
    {
        "id": "2",
        "title": "Equipe 2"
    },
...
]

'resources' => ???