Any Way to Further Customize Embedded Google Calendar?

Posted by user117737 on Stack Overflow See other posts from Stack Overflow or by user117737
Published on 2010-05-01T01:25:51Z Indexed on 2010/05/01 1:37 UTC
Read the original article Hit count: 292

Filed under:
|

I'd like to embed a few Google Calendars for my client's web site. The "Google Embeddable Calendar Helper" provides very few customization options. Updating the hex code for the background color in the generated source only works if you pick one of the ~70 standard Google Calendar bg colors. (I can tweak the "border" selector because at least it's in an actual statement.)

A "view-source" on the rendered page shows a CSS file loaded from the iframe, but I obviously can't change anything in there. And I assume I can't force an override of selectors with my own CSS file because I have no way of "injecting" it into the iframe.

Does anyone know of a (non-API) way of tweaking the colors, fonts, and other CSS thingies in an embedded Google Calendar?

Thanks in advance...

© Stack Overflow or respective owner

Related posts about google

Related posts about google-calendar