Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 7865e0d

Browse files
Update deadlines.html
1 parent e91ac86 commit 7865e0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gsoc/templates/site/deadlines.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h2>Blogging schedule (Contributor Deadlines)</h2>
125125
<div class="responsive-iframe-container small-container">
126126
<iframe id="cal2" src="null" width="800" height="600" style="overflow:hidden;border-width: 0px;"></iframe>
127127
</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>
129129
<p>Please note <a href="https://developers.google.com/open-source/gsoc/timeline?hl=en">Google's GSoC
130130
dates
131131
and deadlines</a>.</p>
@@ -143,9 +143,9 @@ <h2>Blogging schedule (Contributor Deadlines)</h2>
143143
};
144144
var offset = new Date().getTimezoneOffset();
145145
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}`
147147
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`
149149
document.getElementById('cal2').src = cal2Url;
150150

151151

0 commit comments

Comments
 (0)