Skip to content

Commit 5dbe6df

Browse files
committed
Update calendar.html
1 parent a9b16d9 commit 5dbe6df

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

calendar.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
<!--
2+
Note to self:
3+
If you ever need to add additional calendars to this, you need to first go into the individual calendar's settings in Google Calendar
4+
Then you look for the "Access permissions for events" section and enable "Make available to public" with "See only free/busy (hide details)"
5+
Then go to the "Public URL to this calendar" section and you will extract the text with src= etc and add it to the link below surrounded by &
6+
-->
17
<html>
28
<head>
39
<script type = "text/javascript">
410
<!--
5-
window.location.replace("https://www.google.com/calendar/embed?src=ryan.corces%40gladstone.ucsf.edu&src=c_n6b6fhf1sb4muhqtgkt8o0k5fk%40group.calendar.google.com&src=c_ffhp6d1pk5s8ofoo2044ke98k4%40group.calendar.google.com&src=gladstone.ucsf.edu_mbp9o9v4hksjtfvs40p2g0r5k4%40group.calendar.google.com&ctz=America%2FLos_Angeles&mode=WEEK&title=RyanCorcesAvailability");
11+
window.location.replace("https://www.google.com/calendar/embed?src=ryan.corces%40gladstone.ucsf.edu&src=c_n6b6fhf1sb4muhqtgkt8o0k5fk%40group.calendar.google.com&src=c_ffhp6d1pk5s8ofoo2044ke98k4%40group.calendar.google.com&src=gladstone.ucsf.edu_mbp9o9v4hksjtfvs40p2g0r5k4%40group.calendar.google.com&src=c_236972042084f3267c5bccd3cb147a49880449ff69a914c6b00ed8058b3ab612%40group.calendar.google.com&ctz=America%2FLos_Angeles&mode=WEEK&title=RyanCorcesAvailability");
612
//-->
713
</script>
814
</head>

0 commit comments

Comments
 (0)