Frequency of calendar publication

Good morning,

I’m very happy to be able to publish my calendar locally and on WebDAV thanks to Gnome Evolution. However, the maximum frequency is once a day, which is a bit long for me. Is it possible to publish more frequently and how?
Thank you in advance.

Hi,
there is no automated way, it’s only with those 3 values
(daily/weekly/manual). You can publish manually everything, regardless
what frequency the publishing source is set to. It’s in the Calendar
view, menu Actions->Publish Calendar Information.

Feel free to file a feature request in [1], if you’d like to have more
fine-grained settings for the publishing frequency.

Bye,
Milan

[1] Issues · GNOME / evolution · GitLab

Hi @mcrha

Thanks for your reply. I imagine the current granularity is enough for most people. But it’s true that I need a more frequent publication. Maybe there’s a command I could automate in a cron to do this type of thing only at my level?

Hi,
this runs completely inside Evolution, with no interface to get to it.
You’d need to write a
module
which would call the action to publish the calendar and which could
listen on some place for the “do it now” signal, which could be sent
from the cron job or anywhere else. It complicates things “a bit”.

Bye,
Milan

Ok. Thanks for reply :worried: :wink: