RE: [Orgmode] org-mode and Google Calendar

2007-09-28 Thread Egli Christian (KIRO 41)

  Is there any way to sync org-mode with google calendar ?
  And if not, is this planed/possible ?

Funny you should mention this. Just this morning I fetched the ics file
from my google calendar and imported the ics file into my diary
(icalendar-import-file /here/is/calendar.ics
/there/goes/ical-diary). If you then set org-agenda-include-diary
properly, you'll get the events from the google calendar in your agenda.

Pretty straight forward actually. You could probably automate this with
cron. To avoid reimporting the same events again you could have a
separate diary file for the google calendar and drop it before each
import. #include it in the main diary file. org-mode probably handles
this (not tested) as it just uses the fancy diary display (which is
needed for #include).

Would be nice to write a detailed tutorial about this. Any volunteers?

HTH
Christian 


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-mode and Google Calendar

2007-09-28 Thread Bastien
Egli Christian (KIRO 41) [EMAIL PROTECTED] writes:

 Funny you should mention this. Just this morning I fetched the ics
 file from my google calendar and imported the ics file into my diary
 (icalendar-import-file /here/is/calendar.ics
 /there/goes/ical-diary). If you then set org-agenda-include-diary
 properly, you'll get the events from the google calendar in your
 agenda.

So this is how to *import* the calendar information from Google.

A straightforward syncing solution would be to do this, and to export an
ics file created by Org to a web location that Google knows (see details
in my previous email.)

But I have a strong feeling we won't avoid duplicated entries at some
point... 

-- 
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode