Embed Google Calendar?

DigitalBaka

How hard can it be?
Premium
3,131
United States
IL, USA
DigitalBaka
DigitalBaka587
Just wondering if this is possible. Did a quick search on the matter but just found posts relating to the forum calendar.

What I am wanting to do is just display a Google calendar in a thread post. Over in the tuning forum there is the FITT organization that runs many different tuning shootout events. I have created a calendar to keep track of how long the events are running and the particular deadlines and such.

Google does have a way to export/embed the calendar on other sites and blogs but it runs off an HTML iframe tag. Will this work in the GTP forums? If not would there be a way to convert it so that it does? The particular code is below. Thanks!

HTML:
<iframe src="https://www.google.com/calendar/embed?title=FITT%20Scheduled%20Events&amp;showCalendars=0&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=ipi3najs3eiv53p4rs7tknrdtg%40group.calendar.google.com&amp;color=%23125A12&amp;ctz=Etc%2FGMT" style=" border-width:0 " width="600" height="600" frameborder="0" scrolling="no"></iframe>
 
I figured as much, which is fine. I have seen other bulletin boards that are able to do this without using the actual HTML though. Is this a feature that hasn't been added or is it something purposefully left out?
 
Well, we prevent direct embedding of HTML because of its potential for abuse. The exceptions are for those which have vB code [brackets] around them.
 
Back