Reputation: 2136
I am creating a calendar that will include several groups of individuals for an on-call schedule. The calendar will be read-only but the user can select 1 or more groups to display the people that are on-call for the month.
I need to be able to identify an individual that is on-call with the group that they are on-call for. If fullcalendar could do subevents, that would be ideal so that the Parent Event is the name of the group and all of the members of the group are within the parent event. But from what I have read that is not possible. The members can have all the same color but I need the name of the group on the calendar somehow.
Does anyone have any ideas on how to accomplish this?
THanks.
Upvotes: 0
Views: 2545
Reputation:
Use seperate eventsources and on different actions reload each event sources differently, i.e.
Upvotes: 1