forked from RunasSudo/allocics.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (49 loc) · 2.09 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>allocics.js - One-click Allocate+ export</title>
<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700" rel="stylesheet">
<style type="text/css">
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-family: Lato, Arial, sans-serif;
font-size: 18px;
color: #333;
padding: 0 10px
}
h1, h2, h3{
line-height: 1.2;
text-align: center;
}
</style>
</head>
<body>
<h1>allocics.js</h1>
<p style="text-align: center;"><i>One-click export of Allocate+ timetables to ICS format for Google Calendar, Apple Calendar, etc.</i></p>
<h2>Let's do it!</h2>
<ol>
<li>Click <i>and drag</i> this link – <a href="javascript:var q=document.createElement('script');q.src='https://runassudo.github.io/allocics.js/bootstrap.js';document.body.appendChild(q);void 0;" onclick="alert('Drag the link to your bookmarks bar; don\'t click it.');return false;">Export Timetable</a> – to your bookmarks bar.</li>
<li>Log in to <a href="https://monash.edu/timetables/login.html">Allocate+</a>.</li>
<li>Click the bookmark!</li>
<li>That's it! Just download the ICS file and import it into your calendar.</li>
</ol>
<h3>Google Calendar</h3>
<ol>
<li>Log in to <a href="https://calendar.google.com/calendar/a/monash.edu">Google Calendar</a>.</li>
<li>Click the cog button at the top right-hand corner, then click ‘Settings’.</li>
<li>On the panel at the left, click ‘Import & Export’.</li>
<li>Select the ICS file you downloaded and follow the instructions to finish the import.</li>
</ol>
<h3>Apple Calendar</h3>
<ol>
<li>Open the Calendar app.</li>
<li>From the menu, choose ‘File’, then ‘Import’.</li>
<li>Select the ICS file you downloaded and follow the instructions to finish the import.</li>
</ol>
<p style="font-size: x-small; text-align: right;">Yingtong Li • <a href="https://github.com/RunasSudo/allocics.js">GitHub repository</a></p>
</body>
</html>