-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcalendar.html
More file actions
15 lines (15 loc) · 1.01 KB
/
calendar.html
File metadata and controls
15 lines (15 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!--
Note to self:
If you ever need to add additional calendars to this, you need to first go into the individual calendar's settings in Google Calendar
Then you look for the "Access permissions for events" section and enable "Make available to public" with "See only free/busy (hide details)"
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 &
-->
<html>
<head>
<script type = "text/javascript">
<!--
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");
//-->
</script>
</head>
</html>