json - Fullcalendar jQuery - Possible to retrieve colour from google calendar? -


i know possible set colour events based on source such google calendar, wondering if there way retrieve colour automatically set on google calendar itself?

looking through gcal.js, there doesn't seem pushed regarding colour, in google's json api (json-c however), there reference colour.

http://code.google.com/apis/calendar/data/2.0/developers_guide_protocol.html#retrievingallcalendars

i suppose matter of feature request fullcalendar i'm wondering if missing in there?

thank you!

the color of calendar not in xml,ical feed. shown in list of calendars available user. lists calendars , uses the: gcal namespace element reference

google calendar provides several extension elements use in metafeed (the feed lists user's calendars). these elements in gcal namespace, not google data namespace, because they're specific calendar

so unfortunately, gcal.js not support getting list , not color unless use plugin so.


in case have been easy this. in gcal.js push - think can add in line of

color: entry['gcal$color']['value'], 

google source feed contains value: (calendar list - not calendar)

<gcal:color value='#2952a3' />           

Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -