Re: [O] Status google calendar sync

2011-06-30 Thread Bastien
Niels Giesen niels.gie...@gmail.com writes: --- a/lisp/org-icalendar.el +++ b/lisp/org-icalendar.el @@ -412,7 +412,10 @@ When COMBINE is non nil, add the category to each line. (if scheduledp (setq summary (concat S: summary))) (if (string-match \\`%% ts)

Re: [O] Status google calendar sync

2011-06-16 Thread Stephen Eglen
Eric S Fraga e.fr...@ucl.ac.uk wrote: Stephen Eglen s.j.eg...@damtp.cam.ac.uk writes: Thank you very much Arun, this page looks great: http://orgmode.org/worg/org-tutorials/org-google-sync.html When going from org - google, do I need to do anything about using

Re: [O] Status google calendar sync

2011-06-15 Thread Eric S Fraga
Stephen Eglen s.j.eg...@damtp.cam.ac.uk writes: Thank you very much Arun, this page looks great: http://orgmode.org/worg/org-tutorials/org-google-sync.html When going from org - google, do I need to do anything about using org-icalendar-store-UID? I'd rather not have to populate my org

Re: [O] Status google calendar sync

2011-06-15 Thread Eric S Fraga
Nick Dokos nicholas.do...@hp.com writes: Philipp Haselwarter philipp.haselwar...@gmx.de wrote: Nick Philipp, Unfortunately, both the awk script and the org-export-icalendar seem to have quite a hard time with repeating entries. Yes. I have extended my awk script to cater for ical events

Re: [O] Status google calendar sync

2011-06-11 Thread Philipp Haselwarter
Unfortunately, both the awk script and the org-export-icalendar seem to have quite a hard time with repeating entries. ical2org does not honor RRULE at all, the export has some very basic and very fragile support, but anything like %%(org-diary-class 16 02 2011 18 05 2011 3) or SCHEDULED:

Re: [O] Status google calendar sync

2011-06-11 Thread Niels Giesen
When going from org - google, do I need to do anything about using org-icalendar-store-UID?  I'd rather not have to populate my org files with :ID: entries. You do not strictly need to, but this is the only way you do not create double events when exporting an org file to .ics and importing it

Re: [O] Status google calendar sync

2011-06-11 Thread Nick Dokos
Philipp Haselwarter philipp.haselwar...@gmx.de wrote: Unfortunately, both the awk script and the org-export-icalendar seem to have quite a hard time with repeating entries. ical2org does not honor RRULE at all, the export has some very basic and very fragile support, but anything like

Re: [O] Status google calendar sync

2011-06-10 Thread Stephen Eglen
Was there any update regarding this interesting topic? I'm keen to get something working - what is current best practice for getting .ics files made by org put onto google calendar, so that I can view them on android? Thanks, Stephen Konrad Hinsen konrad.hin...@fastmail.net writes: On 14

Re: [O] Status google calendar sync

2011-06-10 Thread Arun Persaud
Hi On 06/10/2011 09:58 AM, Stephen Eglen wrote: Was there any update regarding this interesting topic? I'm keen to get something working - what is current best practice for getting .ics files made by org put onto google calendar, so that I can view them on android? Thanks, Stephen Have a

Re: [O] Status google calendar sync

2011-06-10 Thread Stephen Eglen
Thank you very much Arun, this page looks great: http://orgmode.org/worg/org-tutorials/org-google-sync.html When going from org - google, do I need to do anything about using org-icalendar-store-UID? I'd rather not have to populate my org files with :ID: entries. Stephen

Re: [O] Status google calendar sync

2011-06-10 Thread Arun Persaud
Hi When going from org - google, do I need to do anything about using org-icalendar-store-UID? I'd rather not have to populate my org files with :ID: entries. I don't... however, I have to admit that I don't really know that much about .ics files and the use of UID. The setup at the moment