diff options
author | RunasSudo <runassudo@yingtongli.me> | 2017-03-09 22:20:46 +1100 |
---|---|---|
committer | RunasSudo <runassudo@yingtongli.me> | 2017-03-09 22:20:46 +1100 |
commit | 91e65afe8c46ff4917625e4d82994a0a5366ec72 (patch) | |
tree | e859547057ed79b17ddf6bd8567c9d69c26b4513 | |
parent | 1ac59ba6d80420372bbd28595a3a8052b12a2029 (diff) |
Update docs
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | index.html | 17 |
2 files changed, 17 insertions, 2 deletions
@@ -1,5 +1,5 @@ # allocics.js -One-click export of Allocate+ timetables to ICS format for Google Calendar, iCalendar, etc. +One-click export of Allocate+ timetables to ICS format for Google Calendar, Apple Calendar, etc. Check the [GitHub pages site](https://runassudo.github.io/allocics.js/index.html) for more details. @@ -23,7 +23,7 @@ </head> <body> <h1>allocics.js</h1> - <p style="text-align: center;"><i>One-click export of Allocate+ timetables to ICS format for Google Calendar, iCalendar, etc.</i></p> + <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> @@ -33,6 +33,21 @@ <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>Go to the ‘Calendars’ tab, then click ‘Import calendar’.</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> |