[Korganizer-devel] [Bug 137369] Add support for URLs in events and TODOs, as given in the vCal specification

Reinhold Kainhofer reinhold at kainhofer.com
Wed Nov 15 01:32:37 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=137369         




------- Additional Comments From reinhold kainhofer com  2006-11-15 01:32 -------
Am Mit Nov 15 2006 schrieb Geoff Oakham:
> Clarification: korganizer supports "attachments" instead of
> URLs.  For example, MacOSX produces this:
>
> URL;VALUE=URI:http://www.math.toronto.edu/vtk/247/hw4.html
>
> While korganizer produces this:
>
> ATTACH:http://www.math.toronto.edu/vtk/247/hw4.html
>
> I don't know which is correct, but it would be nice if Korganizer could
> gracefully import either format.


The iCalendar spec (RFC 2445) says for the URL property:
   Description: This property may be used in a calendar component to
   convey a location where a more dynamic rendition of the calendar
   information associated with the calendar component can be found. This
   memo does not attempt to standardize the form of the URI, nor the
   format of the resource pointed to by the property value. 

On the other hand, it says about the ATTACH property:
   Purpose: The property provides the capability to associate a document
   object with a calendar component.
   Value Type: The default value type for this property is URI. The
   value type can also be set to BINARY to indicate inline binary
   encoded content information.


So, the URL is only for an alternative representation of the event itself. To 
append URLs with additional information or related documents, URL is the 
wrong property, and ATTACH is the correct one. As KOrganizer does not allow 
alternative representations of the event, we won't support the URL property. 

Cheers,
Reinhold

BTW: I've seen several calendars generated by Apple's iCal, that use 
   ATTACH;VALUE=URI:http://......
Is there any difference in iCal how to create ATTACH and URL properties. Is it 
possible to generate both? Or has the behavior changed somewhen?


More information about the Korganizer-devel mailing list