Help:Template:gcal
Template:gcal adds a Google calendar to the including page. To embed a calendar into a page, first get its ID:
- Open up Google calendar.
- Select the drop-down menu for the calendar you want and select "Calendar settings".
- Scroll down to "Embed This Calendar".
- In the text box containing the embed code, look for a string like
src=<long_string_of_stuff>&ctz=... - Copy the string between
src=and&ctz=
Now, in the wiki page where you want to embed the calendar, insert the following code snippet, replacing <src_string> with the string you copied in the previous step:
{{#shtml:Template:gcal | src=<src_string>}}