• Resolved motioncompany

    (@motioncompany)


    Hello,
    with Nextcloud i can create two different CalDAV URLs:
    https://www.xyz.de/remote.php/dav
    and
    https://www.xyz/remote.php/dav/principals/users/abc.def/

    I put username and password in configuration but i get an error at log with both URLs:

    Log created on 23:08:02 06:47:05
    CalendarURL:https://www.xyz/remote.php/dav
    Max. attempts for data withdrawal from CALDAV server :3
    CalendarExclude:
    using temp file: /tmp/result.txt for Server Response at time: 20230802184705 numAttempts: 1 size $ resfile :0b
    using temp file: /tmp/result.txt for Server Response at time: 20230802184715 numAttempts: 2 size $ resfile :0b
    using temp file: /tmp/result.txt for Server Response at time: 20230802184725 numAttempts: 3 size $ resfile :0b
    no valid VCALENDAR Data found in Server response, aborting !
    Server Response:

    Any idea?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author hoernerfranz

    (@hoernerfranz)

    well, this is a timeout error: your server is not responding to the request within a given time (10 seconds) – the plugin tries 3 times (max attempts).

    I also guess, your Caldav URL’s are wrong.: with owncloud/nextcloud, these are usually in the form …remote.php/dav/calendars/username/calendarname .

    • This reply was modified 1 year, 3 months ago by hoernerfranz.
    Thread Starter motioncompany

    (@motioncompany)

    Hello,
    thanks for your reply.

    The URL is correct. When I use it in browser it asks me for username and password. After putting these information I have access to the DAV-interface at Nextcloud.
    I can also built a network connection in Windows with this URL and username/password.

    Thanks and kind regards
    Matthias

    Thread Starter motioncompany

    (@motioncompany)

    Hello,
    now it works – the rights on folder with the .ics files had wrong rights.
    Now it works very fine!

    Plugin Author hoernerfranz

    (@hoernerfranz)

    ok, that’s fine ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reading from Nextcloud calendar not working’ is closed to new replies.