From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: org-caldav: scripting for multiple calnedars? Date: Sun, 09 Dec 2012 21:21:04 +0100 Message-ID: <87wqwr3rkf.fsf@engster.org> References: <20121206214302.3bc74f65@vknecht-intel.unibw-hamburg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThnNF-0004I4-QF for emacs-orgmode@gnu.org; Sun, 09 Dec 2012 15:21:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ThnNE-0004ZI-8I for emacs-orgmode@gnu.org; Sun, 09 Dec 2012 15:21:17 -0500 Received: from randomsample.de ([83.169.19.17]:49048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThnNE-0004Xr-08 for emacs-orgmode@gnu.org; Sun, 09 Dec 2012 15:21:16 -0500 In-Reply-To: <20121206214302.3bc74f65@vknecht-intel.unibw-hamburg.de> (Detlef Steuer's message of "Thu, 6 Dec 2012 21:43:02 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Detlef Steuer Cc: emacs-orgmode@gnu.org Detlef Steuer writes: > What I'm trying to figure out at the moment, is how to setup a batch so, that > say work.org goes into calendar "work", family.org into calendar "family" etc., > without asking for user/password combinations. That's not implemented. I guess you can workaround the problem by calling org-caldav-sync several times, setting org-caldav-calendar-id and org-caldav-files accordingly each time. -David