* Org-GCal ?
@ 2020-11-30 0:32 David Masterson
2020-11-30 10:02 ` Neil Jerram
2020-11-30 11:19 ` Peter Hardy
0 siblings, 2 replies; 6+ messages in thread
From: David Masterson @ 2020-11-30 0:32 UTC (permalink / raw)
To: emacs-orgmode
Anyone using org-gcal? I just got it hooked up and am now trying to
figure out how to fit it into my workflow. 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.
Any ideas?
--
David Masterson
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-GCal ?
2020-11-30 0:32 Org-GCal ? David Masterson
@ 2020-11-30 10:02 ` Neil Jerram
2020-11-30 21:19 ` David Masterson
2020-11-30 11:19 ` Peter Hardy
1 sibling, 1 reply; 6+ messages in thread
From: Neil Jerram @ 2020-11-30 10:02 UTC (permalink / raw)
To: David Masterson; +Cc: Org Mode List
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
On Mon, 30 Nov 2020 at 00:49, David Masterson <dsmasterson92630@outlook.com>
wrote:
> Anyone using org-gcal? I just got it hooked up and am now trying to
> figure out how to fit it into my workflow. 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).
That was my observation too: it generates and maintains one .org file per
Google calendar.
How does that create a problem for you?
[-- Attachment #2: Type: text/html, Size: 812 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-GCal ?
2020-11-30 10:02 ` Neil Jerram
@ 2020-11-30 21:19 ` David Masterson
2020-12-01 11:58 ` Neil Jerram
0 siblings, 1 reply; 6+ messages in thread
From: David Masterson @ 2020-11-30 21:19 UTC (permalink / raw)
To: Neil Jerram; +Cc: Org Mode List
Neil Jerram <neiljerram@gmail.com> writes:
> On Mon, 30 Nov 2020 at 00:49, David Masterson <dsmasterson92630@outlook.com> wrote:
>
> Anyone using org-gcal? I just got it hooked up and am now trying to
> figure out how to fit it into my workflow. 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).
>
> That was my observation too: it generates and maintains one .org file per Google calendar.
>
> How does that create a problem for you?
My workflow has a number of Org files (one per ~project) with
tasks/events related to the project in the associated Org file. Agenda
can pull all the tasks together, so it seemed a natural workflow. I
wasn't thinking of creating a calendar per project as they are not
worthy of that -- one calendar would do to share my events with the
family.
--
David Masterson
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-GCal ?
2020-11-30 21:19 ` David Masterson
@ 2020-12-01 11:58 ` Neil Jerram
0 siblings, 0 replies; 6+ messages in thread
From: Neil Jerram @ 2020-12-01 11:58 UTC (permalink / raw)
To: David Masterson; +Cc: Org Mode List
[-- Attachment #1: Type: text/plain, Size: 1364 bytes --]
On Mon, 30 Nov 2020 at 21:19, David Masterson <dsmasterson92630@outlook.com>
wrote:
> Neil Jerram <neiljerram@gmail.com> writes:
>
> > On Mon, 30 Nov 2020 at 00:49, David Masterson <
> dsmasterson92630@outlook.com> wrote:
> >
> > Anyone using org-gcal? I just got it hooked up and am now trying to
> > figure out how to fit it into my workflow. 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).
> >
> > That was my observation too: it generates and maintains one .org file
> per Google calendar.
> >
> > How does that create a problem for you?
>
> My workflow has a number of Org files (one per ~project) with
> tasks/events related to the project in the associated Org file. Agenda
> can pull all the tasks together, so it seemed a natural workflow. I
> wasn't thinking of creating a calendar per project as they are not
> worthy of that -- one calendar would do to share my events with the
> family.
>
Oh, I think I see, you're interested in syncing back from Org to Google,
and you'd like to do that from your multiple existing Org files to a single
Google calendar.
I'm sorry, I've only used org-gcal in the other direction, and didn't know
if it could sync back to Google. But it sounds like org-caldav might be a
better fit for you.
Best wishes,
Neil
[-- Attachment #2: Type: text/html, Size: 1980 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-GCal ?
2020-11-30 0:32 Org-GCal ? David Masterson
2020-11-30 10:02 ` Neil Jerram
@ 2020-11-30 11:19 ` Peter Hardy
2020-11-30 21:21 ` David Masterson
1 sibling, 1 reply; 6+ messages in thread
From: Peter Hardy @ 2020-11-30 11:19 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Org-GCal ?
2020-11-30 11:19 ` Peter Hardy
@ 2020-11-30 21:21 ` David Masterson
0 siblings, 0 replies; 6+ messages in thread
From: David Masterson @ 2020-11-30 21:21 UTC (permalink / raw)
To: Peter Hardy; +Cc: emacs-orgmode
Peter Hardy <peter@hardy.dropbear.id.au> writes:
> 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
I'm keeping an eye on that, but I haven't figured it out yet.
--
David Masterson
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-12-01 11:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-30 0:32 Org-GCal ? David Masterson
2020-11-30 10:02 ` Neil Jerram
2020-11-30 21:19 ` David Masterson
2020-12-01 11:58 ` Neil Jerram
2020-11-30 11:19 ` Peter Hardy
2020-11-30 21:21 ` David Masterson
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).