tattali / CalendarBundle

Provides event calendar for your Symfony project. Compatible with API like Google Calendar.
https://packagist.org/packages/tattali/calendar-bundle
MIT License
147 stars 22 forks source link

Entity Event add resourceId #43

Closed Nelly34 closed 3 years ago

Nelly34 commented 3 years ago

Hi, I use your bundle with fullcalendar 5.9 and it works perfectly. But I would like use it with fullcalendar-scheduler and I need an additional filed in Event entity like this:

/**
 * @var string
 */
protected $resourceId;

/**

Is it possible to modify your bundle in this way ? Thanks

tattali commented 3 years ago

Hi feel free to wrote a pull request :)

Nelly34 commented 3 years ago

Thanks for the merge. Is it possible to tag the master branch. Composer search the last tag and I don't receive the modification in master branch.

tattali commented 3 years ago

Hi sure sorry I forgot that's done https://github.com/tattali/CalendarBundle/releases/tag/v1.2.2

Nelly34 commented 3 years ago

thanks