ruby-on-railseventscalendarauthorizationmultiple-users

Is there a good calendar (gem) for Rails for multiple users?


I would like to implement a calendar with authorizations in Rails. My application has two sort of users: administrators and customers. The specification of the calendar would be as follows:

I looked around but found mainly nice calendars with no authorization concept. Would you have any pointer, if not to a ready-made solution at least to something I could build upon ?

Any idea would be greatly appreciated :)


Solution

  • I ended up using fullcalendar with Vue for front-end and Rails for backend. The learning curve was... interesting, but I got what I needed and even more.