Re: [Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-06-10 Thread Robin Lee via evolution-list
On Wed, 2020-06-10 at 07:52 +0200, Milan Crha via evolution-list wrote:
> On Tue, 2020-06-09 at 21:26 +0200, Robin Lee via evolution-list
> wrote:
> > Just a short follow-up. Today I updated to Gnome 3.36.2 and
> > Nextcloud
> > 18.0.6 and after that I thought I would test this again and
> > magically
> > it just worked. I defined a new collection account and everything
> > just showed up. Although I don't know at which end the problem was.
> 
>   Hi,
> thanks for the followup. It's hard to guess which exact change made
> it
> work, because Nextcloud 18.0.5 had a lot of changes and few more had
> been added in 18.0.6 as well [1], but as you had Evolution 3.36.2
> already (which may mean also evolution-data-server 3.36.2), then I
> suppose the change was on the Nextcloud side.

Ah sorry, what I should have written was that on the client side, on my
Fedora 32 desktop the following packages were updated yesterday

evolution-data-server-langpacks-3.36.3-1.fc32
evolution-data-server-3.36.3-1.fc32
evolution-langpacks-3.36.3-1.fc32
evolution-3.36.3-1.fc32
evolution-ews-langpacks-3.36.3-1.fc32
evolution-ews-3.36.3-1.fc32

Any way, thanks for all the help
Robin

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-06-09 Thread Robin Lee via evolution-list
On Tue, 2020-05-26 at 14:02 +0200, Robin Lee via evolution-list wrote:
> Ah, it seems I traded one problem for an other.
> 
> When the Nextcloud account setup was through Gnome online accounts
> the
> problem was that subscribed holiday calendars didn't show up in
> Evolution. But personal calendars and address books worked fine. 
> 
> When I switched to do the account setup in Evolution with a
> Collection
> account, then the holiday calendars became visible. But an other
> problem appeared, I could no longer access the personal calendars. I
> got the following error message. 
> 
> Failed to connect calendar “Nextcloud : Personal”
> Failed with HTTP error 404: Not Found

Just a short follow-up. Today I updated to Gnome 3.36.2 and Nextcloud
18.0.6 and after that I thought I would test this again and magically
it just worked. I defined a new collection account and everything just
showed up. Although I don't know at which end the problem was.

Cheers
Robin

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-05-27 Thread Robin Lee via evolution-list
On Wed, 2020-05-27 at 07:03 +0200, Milan Crha via evolution-list wrote:
> 
> It feels surprising to see the server returning an invalid Personal
> calendar URL. Might there be double-encoding involved or something,
> what would Evolution(-data-server) code decipher incorrectly? Just
> check what the calendar has set (it can be copied out of the
> Properties, even when it shows ellipsized), maybe it'll help to
> narrow things.

Ok, when setup through GOA the calendar URL is 
http://server/nextcloud/remote.php/caldav/calendars/robin/personal-1/

and through a Collection account
http://server/nextcloud/remote.php/dav/calendars/robin/personal-1/

So the difference is between caldav and dav

As a comparison the same thing for contacts through GOA
http://server/nextcloud/remote.php/carddav/addressbooks/robin/contacts/
and through Collection account
http://server/nextcloud/remote.php/dav/addressbooks/users/robin/contacts/

And it was the calendar Collection account that's not working. 

But if I insert calendar Collection account URL into Firefox I get
"This is the WebDAV interface. It can only be accessed by WebDAV
clients such as the Nextcloud desktop sync client."

And if I insert the calendar GOA URL into Firefox I get an xml-file

Sabre\DAV\Exception\NotImplemented

There was no plugin in the system that was willing to handle this GET
method. Enable the Browser plugin to get a better result here.



___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-05-26 Thread Robin Lee via evolution-list
On Mon, 2020-05-25 at 14:50 +0200, Robin Lee via evolution-list wrote:
> On Mon, 2020-05-25 at 14:39 +0200, Milan Crha via evolution-list
> wrote:
> > On Mon, 2020-05-25 at 14:33 +0200, Robin Lee via evolution-list
> > wrote:
> > > I did the Nextcloud account setup in GNOME Online Accounts. So if
> > > I
> > > would set it up directly in Evolution then it might work?
> > 
> > Hi,
> > yes, it might. 
> 
> So it did, thanks!

Ah, it seems I traded one problem for an other.

When the Nextcloud account setup was through Gnome online accounts the
problem was that subscribed holiday calendars didn't show up in
Evolution. But personal calendars and address books worked fine. 

When I switched to do the account setup in Evolution with a Collection
account, then the holiday calendars became visible. But an other
problem appeared, I could no longer access the personal calendars. I
got the following error message. 

Failed to connect calendar “Nextcloud : Personal”
Failed with HTTP error 404: Not Found

Although the address book part works just fine. I can view and edit the
contacts. And I can view the holiday calendar. 

Same thing if I do the setup with New Calendar instead of Collection
Account.


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-05-25 Thread Robin Lee via evolution-list
On Mon, 2020-05-25 at 14:39 +0200, Milan Crha via evolution-list wrote:
> On Mon, 2020-05-25 at 14:33 +0200, Robin Lee via evolution-list
> wrote:
> > I did the Nextcloud account setup in GNOME Online Accounts. So if I
> > would set it up directly in Evolution then it might work?
> 
>   Hi,
> yes, it might. 

So it did, thanks!

Although I don't see why it shouldn't also work when setting it up in
GOA.

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-05-25 Thread Robin Lee via evolution-list
On Mon, 2020-05-25 at 14:28 +0200, Milan Crha via evolution-list wrote:
> On Mon, 2020-05-25 at 14:02 +0200, Robin Lee via evolution-list
> wrote:
> > and it seems that Evolution doesn't support the X-NC-CalDAV-Webcal-
> > Caching header. 
> > 
> > Is there a reason why it is not supported?
> 
>   Hi,
> if I understand it properly, then you created a calendar in the
> Nextcloud web interface, which points to some on-the-web calendar
> file
> (an .ics file). Is that correct?
> 
> How did you configure the Nextcloud account, directly in Evolution,
> or
> through GNOME Online Accounts, please?
> 
> As far as I know, Evolution can read subscribed .ics files from the
> Nextcloud server, it did work with Nextcloud 16.0.1 at least, but
> only
> for (collection) accounts configured directly in the Evolution.

I did the Nextcloud account setup in GNOME Online Accounts. So if I
would set it up directly in Evolution then it might work?



___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Evolution and the X-NC-CalDAV-Webcal-Caching header

2020-05-25 Thread Robin Lee via evolution-list
Hi

My setup is a Nextcloud (18.0.4) server and Evolution (3.36.2) running
on my desktop and laptop. The Evolution are CalDav clients to the NC. I
've set up a public holiday subscription calendar in NC and the problem
is that it doesn't show up in Evolution. I asked about this on NC forum

https://help.nextcloud.com/t/propagation-of-a-subscription-calendar/82539

and it seems that Evolution doesn't support the X-NC-CalDAV-Webcal-
Caching header. 

Is there a reason why it is not supported?

I could of course solve this by setting up the public holiday
subscriptions in Evolution on both my desktop and laptop, but I think
it would be more elegant to just have it in one place.

Cheers
Robin

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Is there a way to order mail accounts

2020-05-11 Thread Robin Lee via evolution-list
On Mon, 2020-05-11 at 18:22 +0100, Pete Biggs wrote:
> On Mon, 2020-05-11 at 18:58 +0200, Robin Lee via evolution-list
> wrote:
> > Hi
> > 
> > When one has multiple e-mail accounts is there a way to specify
> > their
> > order in the left vertical frame?
> > 
> > I'm running 3.34.4 on Fedora 31
> > 
> Edit -> Preferences
> 
> As it says at the bottom "You can drag and drop account names to
> reorder them"

Thanks, that was easy.


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Is there a way to order mail accounts

2020-05-11 Thread Robin Lee via evolution-list
Hi

When one has multiple e-mail accounts is there a way to specify their
order in the left vertical frame?

I'm running 3.34.4 on Fedora 31

Cheers
Robin

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list