-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathcalendar.html
34 lines (32 loc) · 1.68 KB
/
calendar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: page
styles:
- /css/calendar.css
- https://unpkg.com/@fullcalendar/[email protected]/main.min.css
- https://unpkg.com/@fullcalendar/[email protected]/main.min.css
- https://unpkg.com/@fullcalendar/[email protected]/main.min.css
scripts:
- /js/calendar.js
- https://unpkg.com/@fullcalendar/[email protected]/main.min.js
- https://unpkg.com/@fullcalendar/[email protected]/main.min.js
- https://unpkg.com/@fullcalendar/[email protected]/main.min.js
- https://unpkg.com/@fullcalendar/[email protected]/main.min.js
calendar_url: https://calendar.google.com/calendar/embed?src=kg5v9k480jn2qahpmq33h8g7cs%40group.calendar.google.com&ctz=Europe%2FLondon
---
<div class="calendar-controls">
<button class="calendar-button hideable" id="css-calendar-switch">Switch View</button>
<a class="calendar-button" href="{{ page.calendar_url }}">Add to own Calendar</a>
</div>
<div class="calendar-container">
<div class="calendar-event" id="calendar-event">
<pre class="event-pre"><h2 class="event-tag">Event:</h2><span class="event-text" id="event-text-title"></span></pre>
<pre class="event-pre"><h2 class="event-tag">Date:</h2><span class="event-text" id="event-text-date"></span></pre>
<pre class="event-pre"><h2 class="event-tag">Location:</h2><span class="event-text" id="event-text-location"></span></pre>
<pre class="event-pre"><h2 class="event-tag">More info:</h2><span class="event-text" id="event-text-description"></span></pre>
<div class="event-buttons">
<button class="calendar-button" id="facebook-link">Go to Facebook Event</button>
<button class="calendar-button" id="event-close">Close</button>
</div>
</div>
<div class="calendar" id="css-calendar"></div>
</div>