-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work with oc 10? #22
Comments
Same problem here. Any news? |
Sorry, this was just meant as a stop-gap solution until OC supports webcal natively. OC does now so I'm not using this anymore personally. Please debug yourself. |
|
If you can create a PR I'm happy to pull. |
Yes I can - having much to do these days, it will probably happen in January.
Am 11. Dezember 2019 21:26:52 MEZ schrieb buzz <notifications@github.com>:
…> 1. Python:
> The script uses Python 3 syntax, but the virtualenv provides
Python 2.7.
> Either adapt it to 2.7:
> replace #!/usr/bin/env python3 with #!/usr/bin/env python2
> add
> from **future** import print_function
> and replace configparser with ConfigParser.
> Or, if you have Python 3 installed, run the script directly (not
with the shell script).
> Make sure you have python3-icalendar installed.
> 2. Owncloud:
> The base_url has changed. It is now:
> CALDAVURL = '%sremote.php/dav/calendars/%s/%s/'
If you can create a PR I'm happy to pull.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#22 (comment)
--
Thomas Börner
Werderstr. 8
35037 Marburg
Tel +49 (6421) 682104
Fax +49 (6421) 682114
mailto:thomas@boerner.click
GPG: https://crypt.boerner.click (Fingerabdruck: 59EC 235C 949C AF4D 387D 40CF 29F7 2265 3197 8E56)
|
Hello,
i tried the script with oc 10, but it does not work. No imported items, no errors!?
Regards
Maik
The text was updated successfully, but these errors were encountered: