How would I go about to embed a google calendar into a blank application?
I have the Iframe code for the cal:
<iframe src=“https://www.google.com/calendar/embed?src=thedomain.com_5i0md0mja7d9mpjo0iv5atq6sk%40group.calendar.google.com&ctz=Africa/Johannesburg” style=“border: 0” width=“800” height=“600” frameborder=“0” scrolling=“no”></iframe>
My guess is that you would have to “echo” it, but I am not sure if that is the right way.
Also what will have to be done with the " 's (double quotes) in the string?
Thanks