David Engster writes: > Robert Eckl writes: >> Acutally, an appointment must not have any text outside the Properties > > [...] > > I think there's a bug in org-icalendar with regards to handling > tags. I'm getting an icalendar event like this: > > BEGIN:VEVENT > UID:f90ec513423879f1e09c7c10fc0e15a9-orgmodecaldav > DTSTART:20120728T200000 > DTEND:20120728T210000 > SUMMARY:TerminTest :Tag:
Actually, that happened because when I copy&pasted your example the tag wasn't recognized as such but just simple text (it didn't have the proper face). This is why it ended up in the SUMMARY line as normal text above. However, this shouldn't happen when you manually enter tags in your Org files. The first way to debug issues like the ones you reported is to create an Org file with some item that is not synced, then run org-export-icalendar-this-file and look at the resulting .ics file. -David