This repository was archived by the owner on Aug 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ <h2>Blogging schedule (Contributor Deadlines)</h2>
125
125
< div class ="responsive-iframe-container small-container ">
126
126
< iframe id ="cal2 " src ="null " width ="800 " height ="600 " style ="overflow:hidden;border-width: 0px; "> </ iframe >
127
127
</ div >
128
- < a href ="https://calendar.google.com/calendar/ical/oivfirmu8r2mc15kv1uhmmr01g %40group.calendar.google.com/public/basic.ics "> iCal Link</ a >
128
+ < a href ="https://calendar.google.com/calendar/ical/gbnrvjn3uci0jb6gur6utombd8 %40group.calendar.google.com/public/basic.ics "> iCal Link</ a >
129
129
< p > Please note < a href ="https://developers.google.com/open-source/gsoc/timeline?hl=en "> Google's GSoC
130
130
dates
131
131
and deadlines</ a > .</ p >
@@ -143,9 +143,9 @@ <h2>Blogging schedule (Contributor Deadlines)</h2>
143
143
} ;
144
144
var offset = new Date ( ) . getTimezoneOffset ( ) ;
145
145
var timezone = moment . tz . guess ( offset ) . replaceAll ( '/' , '%2F' )
146
- cal1Url = `https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF& src=gbnrvjn3uci0jb6gur6utombd8%40group.calendar.google.com&color=%23853104 &ctz=${ timezone } `
146
+ cal1Url = `https://calendar.google.com/calendar/embed?src=gbnrvjn3uci0jb6gur6utombd8%40group.calendar.google.com&ctz=America%2FDenver &ctz=${ timezone } `
147
147
document . getElementById ( 'cal1' ) . src = cal1Url ;
148
- cal2Url = `https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF& src=gbnrvjn3uci0jb6gur6utombd8%40group.calendar.google.com&color=%23853104 &ctz=${ timezone } &mode=AGENDA`
148
+ cal2Url = `https://calendar.google.com/calendar/embed?src=gbnrvjn3uci0jb6gur6utombd8%40group.calendar.google.com&ctz=America%2FDenver &ctz=${ timezone } &mode=AGENDA`
149
149
document . getElementById ( 'cal2' ) . src = cal2Url ;
150
150
151
151
You can’t perform that action at this time.
0 commit comments