I think this would be outside the scope of the Fullcalendar module in Drupal, as well as, the Fullcalendar Colors component but is there any way to distinguish between events imported from the Google Calendar feed?

In Google Calendar, I have a number of different type of events distinguished by different colors. I did a dump of the "entry" variable in gcal.js but can't see any variables passed along in the feed that will help me add a classname to each type of event.

I did a number of searches and found this to be a common issue with no answer as far as I can tell. Stackoverflow | Anyone have any suggestions for a solution?

My client has about 3 events per day, so I figure using Google Calendar over a Drupal Event Content-type would make the system last bloated. Can you setup Drupal Fullcalendar to create nodes onclick in the calendar by the way? That might help speed up the process of entering events and possibly make this a viable solution then.

The only way I can think of to possibly solve the Google color problem is to create multiple calendars for each type of event, but that would get messy to maintain with having to add multiple admin users to each calendar in Google Calendar.

Can you add any variables to the Google Calendar Feed URL to filter by event color? I can't find anything in the Google Calendar API for this.

Thanks for any assistance.