This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:syntax [2019/01/13 23:46] xiaoyi_cao [Embedding a Google Calendar] |
wiki:syntax [2025/04/22 16:21] (current) |
||
---|---|---|---|
Line 534: | Line 534: | ||
For example, the following code will embed a Google Calendar in the resulting page. | For example, the following code will embed a Google Calendar in the resulting page. | ||
<code> | <code> | ||
- | {{url>https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=6it3bntuu76dtpe4odqmoke3l0%40group.calendar.google.com 800,600|4DN OMICS WG Calendar}} | + | {{url>https://calendar.google.com/calendar/embed?src=6it3bntuu76dtpe4odqmoke3l0%40group.calendar.google.com 800,400 noborder|4DN OMICS WG Calendar}} |
</code> | </code> | ||
- | {{url>https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&cid=Nml0M2JudHV1NzZkdHBlNG9kcW1va2UzbDBAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ 800,600|4DN OMICS WG Calendar}} | + | {{url>https://calendar.google.com/calendar/embed?src=6it3bntuu76dtpe4odqmoke3l0%40group.calendar.google.com 800,400 noborder|4DN OMICS WG Calendar}} |
+ | |||
+ | === Embedding multiple Google Calendars === | ||
+ | |||
+ | You may use the "Customize" function on Google Calendar to go to [[https://calendar.google.com/calendar/embedhelper|Google Embeddable Calendar Helper]], where you can select multiple calendars to embed. After you choose all the calendars, please follow these steps: | ||
+ | - Copy the HTML code from the helper to wiki. The code should look like ''<iframe src="https:..." ...></iframe>''. | ||
+ | - Copy everything between the double quotes in ''src="https:..."'' and paste it to the right of ''url>'' of the embedding tag, delete the rest of the HTML code. | ||
+ | - **Important:** Replace all ''&'' with ''&'' in what you just pasted. | ||
===== Syntax Plugins ===== | ===== Syntax Plugins ===== |