[Rt-commit] r4440 - in Data-ICal: lib/Data/ICal

jesse at bestpractical.com jesse at bestpractical.com
Tue Jan 24 09:50:46 EST 2006


Author: jesse
Date: Tue Jan 24 09:50:45 2006
New Revision: 4440

Modified:
   Data-ICal/   (props changed)
   Data-ICal/Changes
   Data-ICal/lib/Data/ICal/Entry.pm

Log:
 r22896 at truegrounds:  jesse | 2006-01-24 15:35:56 +0100
     * Doc patches from MARKSTOS
 


Modified: Data-ICal/Changes
==============================================================================
--- Data-ICal/Changes	(original)
+++ Data-ICal/Changes	Tue Jan 24 09:50:45 2006
@@ -1,4 +1,6 @@
 Revision history for Data-ICal
+    * Doc patches from MARKSTOS
+
 0.05  Thu Oct  6 20:56:05 EDT 2005
     * Fixed a signature file
 

Modified: Data-ICal/lib/Data/ICal/Entry.pm
==============================================================================
--- Data-ICal/lib/Data/ICal/Entry.pm	(original)
+++ Data-ICal/lib/Data/ICal/Entry.pm	Tue Jan 24 09:50:45 2006
@@ -167,6 +167,11 @@
 of strings, depending on whether the parameter should have one or multiple (to be comma-separated)
 values.
 
+Examples of setting parameters:
+
+ # Add a property with a parameter of VALUE set to 'DATE'
+ $event->add_property( rdate => [ $date, { VALUE => 'DATE' } ] );
+
 =cut
 
 sub add_property {


More information about the Rt-commit mailing list