david: doc/kolab-formats commonfields.sgml, 1.10, 1.11 events.sgml, 1.7, 1.8

cvs at intevation.de cvs at intevation.de
Tue Aug 17 20:43:13 CEST 2004


Author: david

Update of /kolabrepository/doc/kolab-formats
In directory doto:/tmp/cvs-serv31910

Modified Files:
	commonfields.sgml events.sgml 
Log Message:
Added product-id and list of possible values for color-label


Index: commonfields.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/commonfields.sgml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- commonfields.sgml	16 Aug 2004 14:05:49 -0000	1.10
+++ commonfields.sgml	17 Aug 2004 18:43:11 -0000	1.11
@@ -20,6 +20,9 @@
 <listitem><para>sensitivity (string, default public)</para></listitem>
 
 <listitem><para>attachment (string, no default)</para></listitem>
+
+<listitem><para>product-id (string, default empty)</para></listitem>
+
 </itemizedlist>
 
 <para>The categories is a comma separated list. There is no fixed set
@@ -33,6 +36,9 @@
 not referenced from the XML should simply not be displayed to the user.
 This allows to attach application-specific attachments (like TNEF for Outlook)
 that remain hidden to the user.</para>
+
+<para>The product id is the name of the last application that created or modified
+the object. It is mostly used for debugging.</para>
 
 </sect1>
 

Index: events.sgml
===================================================================
RCS file: /kolabrepository/doc/kolab-formats/events.sgml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- events.sgml	16 Aug 2004 14:05:49 -0000	1.7
+++ events.sgml	17 Aug 2004 18:43:11 -0000	1.8
@@ -41,10 +41,10 @@
             <invitation-sent>(bool, default false)<invitation-sent>
             <role>(string, default required)</role>
           </attendee>}
-        
+
           <!-- Event specific attributes -->
           <show-time-as>(string, default busy)</show-time-as>
-          <color-label>TODO: Joon will do this</color-label>
+          <color-label>(string, default none)</color-label>
           <end-date>(date or datetime, default not present)</end-date>
         </event>
 ]]></programlisting></para>
@@ -52,7 +52,7 @@
 <para>show-time-as is one of free, tentative, busy, or
 outofoffice.</para>
 
-<para>TODO: Joon will add the info on the possible entries in
-color-label.</para>
+<para>color-label can be none, important, business, personal, vacation, must-attend, travel-required,
+needs-preparation, birthday, anniversary, phone-call. Outlook maps those to colors, hence the name.</para>
 
 </chapter>





More information about the commits mailing list