emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Reading calendars in org mode: what is the best solution?
@ 2013-12-19 10:46 Alan Schmitt
  2013-12-19 13:17 ` Michael Strey
  2013-12-20 21:00 ` Stephen Eglen
  0 siblings, 2 replies; 5+ messages in thread
From: Alan Schmitt @ 2013-12-19 10:46 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I would like to have a read-only version of my calendars in my org
agenda. These calendars (10 of them) currently live in Zimbra and
iCould, and I am accessing them both using the native Calendar
application on OS X and on my (Android) phone.

I've looked at what the options are, and I can find two of them:
- convert ics files into org files 
  (http://orgmode.org/worg/org-tutorials/org-google-sync.html)
- set up a synchronization using caldav
  (https://github.com/dengste/org-caldav)

Note that I don't want to edit the calendars in org mode, I simply want
to see them in my agenda view.

My questions are: do you have something similar set up? And if so, is
there a preferred approach, and gotchas I should be aware of?

Thanks a lot,

Alan

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

* Re: Reading calendars in org mode: what is the best solution?
  2013-12-19 10:46 Reading calendars in org mode: what is the best solution? Alan Schmitt
@ 2013-12-19 13:17 ` Michael Strey
  2013-12-20 10:48   ` Alan Schmitt
  2013-12-20 21:00 ` Stephen Eglen
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Strey @ 2013-12-19 13:17 UTC (permalink / raw)
  To: Alan Schmitt; +Cc: emacs-orgmode

Hi Alan,

alan.schmitt@polytechnique.org writes:

[...]

> I would like to have a read-only version of my calendars in my org
> agenda. These calendars (10 of them) currently live in Zimbra and
> iCould, and I am accessing them both using the native Calendar
> application on OS X and on my (Android) phone.
>
> I've looked at what the options are, and I can find two of them:
> - convert ics files into org files 
>   (http://orgmode.org/worg/org-tutorials/org-google-sync.html)

I'm using the scripts from Eric S. Fraga from the above link since
several months and I'm very happy with them.

The only drawback that I have noticed is, that the frequent messages
~Reverting buffer `gcal-termine.org'~ are sometimes in the way in Emacs'
echo area.

Best regards
Michael Strey

-- 
http://www.strey.biz

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

* Re: Reading calendars in org mode: what is the best solution?
  2013-12-19 13:17 ` Michael Strey
@ 2013-12-20 10:48   ` Alan Schmitt
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Schmitt @ 2013-12-20 10:48 UTC (permalink / raw)
  To: Michael Strey; +Cc: emacs-orgmode

Michael Strey <mstrey@strey.biz> writes:

> Hi Alan,
>
> alan.schmitt@polytechnique.org writes:
>
> [...]
>
>> I would like to have a read-only version of my calendars in my org
>> agenda. These calendars (10 of them) currently live in Zimbra and
>> iCould, and I am accessing them both using the native Calendar
>> application on OS X and on my (Android) phone.
>>
>> I've looked at what the options are, and I can find two of them:
>> - convert ics files into org files 
>>   (http://orgmode.org/worg/org-tutorials/org-google-sync.html)
>
> I'm using the scripts from Eric S. Fraga from the above link since
> several months and I'm very happy with them.
>
> The only drawback that I have noticed is, that the frequent messages
> ~Reverting buffer `gcal-termine.org'~ are sometimes in the way in Emacs'
> echo area.

Thanks a lot. I'll try this approach then. I have found out how to get
.ics files out of zimbra but I'm still looking for iCloud (I know how to
export using the Calendar app on OS X, but it's not that easy to
automate).

Thanks again,

Alan

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

* Re: Reading calendars in org mode: what is the best solution?
  2013-12-19 10:46 Reading calendars in org mode: what is the best solution? Alan Schmitt
  2013-12-19 13:17 ` Michael Strey
@ 2013-12-20 21:00 ` Stephen Eglen
  2013-12-21  9:23   ` Alan Schmitt
  1 sibling, 1 reply; 5+ messages in thread
From: Stephen Eglen @ 2013-12-20 21:00 UTC (permalink / raw)
  To: emacs-orgmode

On Thu, Dec 19 2013, Alan Schmitt wrote:

> I would like to have a read-only version of my calendars in my org
> agenda. These calendars (10 of them) currently live in Zimbra and
> iCould, and I am accessing them both using the native Calendar
> application on OS X and on my (Android) phone.
>
> I've looked at what the options are, and I can find two of them:
> - convert ics files into org files 
>   (http://orgmode.org/worg/org-tutorials/org-google-sync.html)
> - set up a synchronization using caldav
>   (https://github.com/dengste/org-caldav)

Have you seen https://github.com/asoroa/ical2org.py
I started using this about a week ago, and like it.  One strength
compared to the worg entry is that it handles (some) recurring events.
My approach is to download the .ics file and then run this python
script.  

There is also a ruby script:  https://github.com/simonthum/ical2org but
I couldn't get this to work correctly with British Summer Time, despite
help from the author.  (The python script seems to handle the timezones
okay for me.)

Stephen

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

* Re: Reading calendars in org mode: what is the best solution?
  2013-12-20 21:00 ` Stephen Eglen
@ 2013-12-21  9:23   ` Alan Schmitt
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Schmitt @ 2013-12-21  9:23 UTC (permalink / raw)
  To: Stephen Eglen; +Cc: emacs-orgmode

Hi Stephen,

Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> writes:

> On Thu, Dec 19 2013, Alan Schmitt wrote:
>
>> I would like to have a read-only version of my calendars in my org
>> agenda. These calendars (10 of them) currently live in Zimbra and
>> iCould, and I am accessing them both using the native Calendar
>> application on OS X and on my (Android) phone.
>>
>> I've looked at what the options are, and I can find two of them:
>> - convert ics files into org files 
>>   (http://orgmode.org/worg/org-tutorials/org-google-sync.html)
>> - set up a synchronization using caldav
>>   (https://github.com/dengste/org-caldav)
>
> Have you seen https://github.com/asoroa/ical2org.py
> I started using this about a week ago, and like it.  One strength
> compared to the worg entry is that it handles (some) recurring events.
> My approach is to download the .ics file and then run this python
> script.  

I had not seen this. I'll give it a try, thanks.

Alan

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

end of thread, other threads:[~2013-12-21  9:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-19 10:46 Reading calendars in org mode: what is the best solution? Alan Schmitt
2013-12-19 13:17 ` Michael Strey
2013-12-20 10:48   ` Alan Schmitt
2013-12-20 21:00 ` Stephen Eglen
2013-12-21  9:23   ` Alan Schmitt

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).