emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-caldav-sync hanging
@ 2020-05-12  7:29 Loris Bennett
  2020-05-12 10:33 ` Eric S Fraga
  0 siblings, 1 reply; 5+ messages in thread
From: Loris Bennett @ 2020-05-12  7:29 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

For a couple of years I have had the following in my init.el to sync an
org calendar with a Nextcloud instance:

  (defun lb/caldav-sync-work ()
    (interactive)
    (let ((org-caldav-inbox "~/org/calendar_work.org")
	  (org-caldav-url "https://nextcloud.work.de/remote.php/dav/calendars/loris")
	  (org-caldav-calendar-id "work")
	  (org-caldav-files nil))
      (call-interactively 'org-caldav-sync)))
  (setq org-caldav-debug-level 0)
  (setq org-caldav-show-sync-results nil)
  (run-with-timer 0 (* 240 60) 'lb/caldav-sync-work)

Recently, the call to 

  lb/caldav-sync-work

has stopped working - Emacs hangs and uses 100% of one core.  I have an
analogous function to sync to my home instance of Nextcloud 18 and that
works fine.

The Nextcloud instance at work is version 15 and is accessible via the
browser, but there was some outage recently and some server-side
tweakage may also have occurred while things were being fixed.

Any ideas what the problem might be or how I can debug it?

Cheers,

Loris

-- 
This signature is currently under construction.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-18  8:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-12  7:29 org-caldav-sync hanging Loris Bennett
2020-05-12 10:33 ` Eric S Fraga
2020-05-12 10:59   ` Loris Bennett
2020-05-12 14:59     ` Garjola Dindi
2020-05-18  8:47       ` Loris Bennett

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).