From d895b2bbe19e502393e474b93597db7c093c03f6 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 29 Apr 2018 12:39:40 +0200 Subject: Add ICS support --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..aefe226 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# SPlus Parser + +## Setup + +### Google + +no idea + +### ICS + +Run with ICS as command line argument: `npm start ics`. commit & it will be on [github pages](https://schneefux.github.io/splus/informatik1.ics). -- cgit v1.3.1 From 3a386de3829e3337bca50d91865128b9784f145e Mon Sep 17 00:00:00 2001 From: Tim Schiewe Date: Mon, 30 Apr 2018 17:56:14 +0200 Subject: Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index aefe226..054a570 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ ### Google -no idea +Follow the steps provided by Google: https://developers.google.com/calendar/auth#OAuth2Authorizing + +Then run `npm start` in a terminal, visit the printed link and paste the code that will be provided there into the terminal window. ### ICS -- cgit v1.3.1