File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,13 @@ const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone
1010const html = ` <iframe src="https://calendar.google.com/calendar/embed?src=7000a514e4c452c330b7786deba4a311e5d2e7aac1951ba87451e2b0961882a8%40group.calendar.google.com&ctz=${ timezone} " style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>`
1111document .getElementById (' calendar-container' ).innerHTML = html;
1212</script >
13+
14+ ## You may also be interested in these [ MathTech.org] ( https://mathtech.org ) events:
15+
16+ <div id =" mathtech-calendar-container " >Loading calendar...</div >
17+
18+ <script type =" text/javascript " >
19+ const timezone = Intl .DateTimeFormat ().resolvedOptions ().timeZone
20+ const html = ` <iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&mode=AGENDA&showNav=1&showCalendars=0&showTitle=0&src=ODhjYmI0NWJhNDdjMDk0Yjk0ZjFkNjg1MjJhMTQxZjQ5NTllZWRlMDFiMDNjYzQ1MzAyNzg0YTE0ODJlY2Y3ZkBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23F09300&ctz=${ timezone} " style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>`
21+ document .getElementById (' mathtech-calendar-container' ).innerHTML = html;
22+ </script >
You can’t perform that action at this time.
0 commit comments