emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Own


From: David Engster
Subject: Re: [O] org-caldav: Sync Org with external calendars through CalDAV (Owncloud, Google, ...)
Date: Fri, 03 Aug 2012 14:48:36 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Bastien writes:
> I use Emacs from after your patch to url-dav (>7/26/2012)

Then I guess you patched org-caldav-sync to not test for
`url-dav-patched-version'? Anyway, I've now added support for the
Emacs-bzr version of url-dav.

> and I use this simple configuration:
>
> (setq org-caldav-calendar-id
> "address@hidden"
>       org-caldav-url "https://www.google.com/calendar/dav";
>       org-caldav-files '("~/org/rdv.org")
>       org-caldav-inbox "~/org/inbox.org")
>
> (The id is a true one for a public test calendar.)
>
> Then I'm asked for a password.

It does not ask for a username? That is very strange. It should first
ask: "Username [for Google CalDAV]:". If it does not do that, maybe you
have that information in your .authinfo?

Please restart Emacs and evaluate

(url-retrieve-synchronously
  "https://www.google.com/calendar/dav/address@hidden/events/";)

Does that one ask you for a username?

-David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]