From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id EGxJJkXXxF+RZgAA0tVLHw (envelope-from ) for ; Mon, 30 Nov 2020 11:28:05 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id OGxSIkXXxF/LJgAA1q6Kng (envelope-from ) for ; Mon, 30 Nov 2020 11:28:05 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C305C94036A for ; Mon, 30 Nov 2020 11:28:04 +0000 (UTC) Received: from localhost ([::1]:53828 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjhLe-0003si-L2 for larch@yhetil.org; Mon, 30 Nov 2020 06:28:02 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38062) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjhKe-0003rY-LX for emacs-orgmode@gnu.org; Mon, 30 Nov 2020 06:27:00 -0500 Received: from [119.9.27.155] (port=51592 helo=mta1.hardy.dropbear.id.au) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjhKc-0007wf-KP for emacs-orgmode@gnu.org; Mon, 30 Nov 2020 06:27:00 -0500 Received: from graphite.lan (2403-5800-7103-9f00-8914-5420-a318-bba6.ip6.aussiebb.net [IPv6:2403:5800:7103:9f00:8914:5420:a318:bba6]) (Authenticated sender: peter) by mta1.hardy.dropbear.id.au (Postfix) with ESMTPSA id 8A7DCA2319 for ; Mon, 30 Nov 2020 22:19:10 +1100 (AEDT) References: User-agent: mu4e 1.4.13; emacs 27.1 From: Peter Hardy To: emacs-orgmode@gnu.org Subject: Re: Org-GCal ? In-reply-to: Date: Mon, 30 Nov 2020 22:19:03 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Host-Lookup-Failed: Reverse DNS lookup failed for 119.9.27.155 (failed) Received-SPF: pass client-ip=119.9.27.155; envelope-from=peter@hardy.dropbear.id.au; helo=mta1.hardy.dropbear.id.au X-Spam_score_int: -2 X-Spam_score: -0.3 X-Spam_bar: / X-Spam_report: (-0.3 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_ALL=0.8, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: peter@hardy.dropbear.id.au Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.28 X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-TUID: DYmHWeXV0psg David Masterson writes: > My issue is (CMIAW) that > org-gcal seems to have a 1 to 1 connection between a Google calendar and > an Org file (org-gcal-file-alist). I'm trying to figure out how to use > this when my workflow is split across many Org files. Have you considered using org-caldav instead? It can sync across several org files - events created in org can live in any of them, while events created in gcal will be synced to an inbox file, and can be easily moved. I haven't personally tried it syncing with gcal, but it claims to work. And a superficial read of both org-gcal and org-caldav READMEs suggest they use the same authentication workflow. https://github.com/dengste/org-caldav -- Peter