- 3,131
- 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!
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&showCalendars=0&height=600&wkst=1&bgcolor=%23FFFFFF&src=ipi3najs3eiv53p4rs7tknrdtg%40group.calendar.google.com&color=%23125A12&ctz=Etc%2FGMT" style=" border-width:0 " width="600" height="600" frameborder="0" scrolling="no"></iframe>