1-way syncing with google calendar (was Re: [Orgmode] .ics export violates RFC2445)

2008-05-27 Thread Adam Spiers
On Tue, May 27, 2008 at 10:55:57PM +0100, Adam Spiers wrote: > I'm going to restart gcaldaemon shortly - if it works then orgmode can > boast unidirectional non-interactive syncing with google calendar! (as > opposed to repeatedly importing an .ics file manually, which is very > tedious). Hooray,

Re: [Orgmode] .ics export violates RFC2445

2008-05-27 Thread Adam Spiers
On Thu, May 15, 2008 at 10:33:17AM +0200, Carsten Dominik wrote: > On Apr 29, 2008, at 7:16 PM, Adam Spiers wrote: > >>>Also, it would be great if a UID field could be generated for each > >>>event, perhaps by checksumming the contents of the event in some > >>>way. [snipped] > >>I guess we cou

Re: [Orgmode] .ics export violates RFC2445

2008-05-15 Thread Carsten Dominik
On Apr 29, 2008, at 7:16 PM, Adam Spiers wrote: Also, it would be great if a UID field could be generated for each event, perhaps by checksumming the contents of the event in some way. The RFC says: Conformance: The property MUST be specified in the "VEVENT", "VTODO", "VJOURNAL" or "VFREEBU

Re: [Orgmode] .ics export violates RFC2445

2008-04-29 Thread Adam Spiers
Carsten Dominik ([EMAIL PROTECTED]) wrote: > On Apr 29, 2008, at 4:12 PM, Adam Spiers wrote: > >Carsten Dominik ([EMAIL PROTECTED]) wrote: > >>On 7Nov2007, at 9:56 PM, Adam Spiers wrote: > >>>I use org-export-icalendar-combine-agenda-files to export my > >>>appointments to an .ics file which I poi

Re: [Orgmode] .ics export violates RFC2445

2008-04-29 Thread Carsten Dominik
On Apr 29, 2008, at 4:12 PM, Adam Spiers wrote: Carsten Dominik ([EMAIL PROTECTED]) wrote: On 7Nov2007, at 9:56 PM, Adam Spiers wrote: I use org-export-icalendar-combine-agenda-files to export my appointments to an .ics file which I point korganizer at. I noticed ages ago that if I have an

Re: [Orgmode] .ics export violates RFC2445

2008-04-29 Thread Adam Spiers
Carsten Dominik ([EMAIL PROTECTED]) wrote: > On 7Nov2007, at 9:56 PM, Adam Spiers wrote: > >I use org-export-icalendar-combine-agenda-files to export my > >appointments to an .ics file which I point korganizer at. > > > >I noticed ages ago that if I have an appointment with a comma in, > >e.g.:

Re: [Orgmode] .ics export violates RFC2445

2007-11-10 Thread Carsten Dominik
fixed, thanks - Carsten On 7Nov2007, at 9:56 PM, Adam Spiers wrote: I use org-export-icalendar-combine-agenda-files to export my appointments to an .ics file which I point korganizer at. I noticed ages ago that if I have an appointment with a comma in, e.g.: ** <2007-12-07 Fri 20:00> foo

[Orgmode] .ics export violates RFC2445

2007-11-07 Thread Adam Spiers
I use org-export-icalendar-combine-agenda-files to export my appointments to an .ics file which I point korganizer at. I noticed ages ago that if I have an appointment with a comma in, e.g.: ** <2007-12-07 Fri 20:00> foo, bar korganizer always shows it as "bar" rather than "foo, bar". But I nev