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 +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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?src=gbnrvjn3uci0jb6gur6utombd8%40group.calendar.google.com&ctz=America%2FDenver &ctz=${ timezone } `
146
+ cal1Url = `https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF& src=gbnrvjn3uci0jb6gur6utombd8%40group.calendar.google.com&color=%23853104 &ctz=${ timezone } `
147
147
document . getElementById ( 'cal1' ) . src = cal1Url ;
148
- cal2Url = `https://calendar.google.com/calendar/embed?src=gbnrvjn3uci0jb6gur6utombd8%40group.calendar.google.com&ctz=America%2FDenver &ctz=${ timezone } &mode=AGENDA`
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`
149
149
document . getElementById ( 'cal2' ) . src = cal2Url ;
150
150
151
151
You can’t perform that action at this time.
0 commit comments