Re: [O] Status google calendar sync

2011-06-30 Thread Bastien
Niels Giesen 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) > (with-current-buf

Re: [O] Status google calendar sync

2011-06-16 Thread Stephen Eglen
Eric S Fraga wrote: > Stephen Eglen 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 t

Re: [O] Status google calendar sync

2011-06-15 Thread Eric S Fraga
Nick Dokos writes: > Philipp Haselwarter 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 that span days which does appear to work (to

Re: [O] Status google calendar sync

2011-06-15 Thread Eric S Fraga
Stephen Eglen 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 files > with :ID: en

Re: [O] Status google calendar sync

2011-06-11 Thread Nick Dokos
Philipp Haselwarter 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 > <%%(org-diary-class 16 02 20

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

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: <2011-0

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 momen

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 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 H

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 writes: > On 14 Feb 2011, at 22:39, Marcelo