~psic4t/public-inbox

3 2

How to debug working with Next Cloud?

Bradley M. Kuhn <bkuhn@ebb.org>
Details
Message ID
<ZiMZWGQ3tvobOvHe@ebb.org>
DKIM signature
missing
Download raw message
I gave this a try, I'm wondering how to debug getting it working with
NextCloud.

config file:

{
        "Calendars": [
                {
                        "Url":"https://nextcloud.example.org/remote.php/dav",
                        "Username":"<MY_USER_ON_THAT_SERVER>"
                        "Password":"<MY_PASSWORD_ON_THAT_SERVER>"
                }
        ],
        "Timezone": "America/Los_Angeles",
        "DefaultNumDays":30
}

Then try:

$ qcal -l
[0] - |  (nextcloud.example.org)

I have about a dozen calendars in my account, and DavX5 using a similar
configuration does list them.


I know the URL is likely right because I use the same for DavX5 on Android,
and If I do a wget --user <MY_USER_ON_THAT_SERVER> --ask-password on it, I
get a file called dav that says:

  This is the WebDAV interface. It can only be accessed by WebDAV clients
  such as the Nextcloud desktop sync client.


Any help is appreciated.
Matthias Debus <mdebus@data.haus>
Details
Message ID
<zxxfhhn4o6qerllo3w2dteby7i5cleaxiyxddv2a5w5sa6jcvf@x3mk22mwdskd>
In-Reply-To
<ZiMZWGQ3tvobOvHe@ebb.org> (view parent)
DKIM signature
pass
Download raw message
Hi,

Url should be like:

https://nextcloud.example.org/remote.php/dav/calendars/yourusername/personal/

or

https://nextcloud.example.org/remote.php/dav/calendars/yourusername/contact_birthdays/

This works for me.

Regards,
psic4t

Am 19.04.24 18:24, schrieb Bradley M. Kuhn:
> I gave this a try, I'm wondering how to debug getting it working with
> NextCloud.
> 
> config file:
> 
> {
>         "Calendars": [
>                 {
>                         "Url":"https://nextcloud.example.org/remote.php/dav",
>                         "Username":"<MY_USER_ON_THAT_SERVER>"
>                         "Password":"<MY_PASSWORD_ON_THAT_SERVER>"
>                 }
>         ],
>         "Timezone": "America/Los_Angeles",
>         "DefaultNumDays":30
> }
> 
> Then try:
> 
> $ qcal -l
> [0] - |  (nextcloud.example.org)
> 
> I have about a dozen calendars in my account, and DavX5 using a similar
> configuration does list them.
> 
> 
> I know the URL is likely right because I use the same for DavX5 on Android,
> and If I do a wget --user <MY_USER_ON_THAT_SERVER> --ask-password on it, I
> get a file called dav that says:
> 
>   This is the WebDAV interface. It can only be accessed by WebDAV clients
>   such as the Nextcloud desktop sync client.
> 
> 
> Any help is appreciated.

-- 
contact: xmpp:psic4t@data.haus nostr:psic4t@data.haus
Bradley M. Kuhn <bkuhn@ebb.org>
Details
Message ID
<Zih2Js+ceBMUhcKN@ebb.org>
In-Reply-To
<zxxfhhn4o6qerllo3w2dteby7i5cleaxiyxddv2a5w5sa6jcvf@x3mk22mwdskd> (view parent)
DKIM signature
missing
Download raw message
> Am 19.04.24 18:24, schrieb Bradley M. Kuhn:
> > I gave this a try, I'm wondering how to debug getting it working with
> > NextCloud.
> >
> > config file:
> >
> > {
> >         "Calendars": [
> >                 {
> >                         "Url":"https://nextcloud.example.org/remote.php/dav",
> >                         "Username":"<MY_USER_ON_THAT_SERVER>"
> >                         "Password":"<MY_PASSWORD_ON_THAT_SERVER>"
> >                 }
> >         ],

Matthias Debus replied:
> Url should be like:
> https://nextcloud.example.org/remote.php/dav/calendars/yourusername/personal/
> or
> https://nextcloud.example.org/remote.php/dav/calendars/yourusername/contact_birthdays/

Ah, ok, I just realized, I have to go into "Edit Calendar" on NextCloud, and
copy the "Internal link (A private link that can be used with external
clients)

When I do that, it works!  Thanks for your help.

 -- bkuhn
Matthias Debus <mdebus@data.haus>
Details
Message ID
<jokwdkl5ze7fez6p5ruziu46cv6b7vcv42lclfdht7hdetjoba@ddai3xaa7xla>
In-Reply-To
<Zih2Js+ceBMUhcKN@ebb.org> (view parent)
DKIM signature
pass
Download raw message
Yep, qcal does not dectect calendars on its own. Just add them one by
one.

Glad it works now!

Regards,
psic4t

Am 23.04.24 20:01, schrieb Bradley M. Kuhn:
> > Am 19.04.24 18:24, schrieb Bradley M. Kuhn:
> > > I gave this a try, I'm wondering how to debug getting it working with
> > > NextCloud.
> > >
> > > config file:
> > >
> > > {
> > >         "Calendars": [
> > >                 {
> > >                         "Url":"https://nextcloud.example.org/remote.php/dav",
> > >                         "Username":"<MY_USER_ON_THAT_SERVER>"
> > >                         "Password":"<MY_PASSWORD_ON_THAT_SERVER>"
> > >                 }
> > >         ],
> 
> Matthias Debus replied:
> > Url should be like:
> > https://nextcloud.example.org/remote.php/dav/calendars/yourusername/personal/
> > or
> > https://nextcloud.example.org/remote.php/dav/calendars/yourusername/contact_birthdays/
> 
> Ah, ok, I just realized, I have to go into "Edit Calendar" on NextCloud, and
> copy the "Internal link (A private link that can be used with external
> clients)
> 
> When I do that, it works!  Thanks for your help.
> 
>  -- bkuhn

-- 
contact: xmpp:psic4t@data.haus nostr:psic4t@data.haus
Reply to thread Export thread (mbox)