PATH:
home
/
letacommog
/
crmleta
/
modules
/
Mobile
/
third-party
/
qCal
/
qCal
/
Property
<?php /** * Percent Complete Property * @package qCal * @copyright Luke Visinoni (luke.visinoni@gmail.com) * @author Luke Visinoni (luke.visinoni@gmail.com) * @license GNU Lesser General Public License * @todo Should this default to zero? * * RFC 2445 Definition * * Property Name: PERCENT-COMPLETE * * Purpose: This property is used by an assignee or delegatee of a to-do * to convey the percent completion of a to-do to the Organizer. * * Value Type: INTEGER * * Property Parameters: Non-standard property parameters can be * specified on this property. * * Conformance: This property can be specified in a "VTODO" calendar * component. * * Description: The property value is a positive integer between zero * and one hundred. A value of "0" indicates the to-do has not yet been * started. A value of "100" indicates that the to-do has been * completed. Integer values in between indicate the percent partially * complete. * * When a to-do is assigned to multiple individuals, the property value * indicates the percent complete for that portion of the to-do assigned * to the assignee or delegatee. For example, if a to-do is assigned to * both individuals "A" and "B". A reply from "A" with a percent * complete of "70" indicates that "A" has completed 70% of the to-do * assigned to them. A reply from "B" with a percent complete of "50" * indicates "B" has completed 50% of the to-do assigned to them. * * Format Definition: The property is defined by the following notation: * * percent = "PERCENT-COMPLETE" pctparam ":" integer CRLF * * pctparam = *(";" xparam) * * Example: The following is an example of this property to show 39% * completion: * * PERCENT-COMPLETE:39 */ class qCal_Property_PercentComplete extends qCal_Property { protected $type = 'INTEGER'; protected $allowedComponents = array('VTODO'); }
[+]
..
[-] LastModified.php
[edit]
[-] Trigger.php
[edit]
[-] Dtstart.php
[edit]
[-] Priority.php
[edit]
[-] RequestStatus.php
[edit]
[-] NonStandard.php
[edit]
[-] Resources.php
[edit]
[-] Duration.php
[edit]
[-] Description.php
[edit]
[-] Url.php
[edit]
[-] Due.php
[edit]
[-] Dtstamp.php
[edit]
[-] Method.php
[edit]
[-] Summary.php
[edit]
[-] Exrule.php
[edit]
[-] Repeat.php
[edit]
[-] Location.php
[edit]
[-] Class.php
[edit]
[-] Prodid.php
[edit]
[-] Transp.php
[edit]
[-] Attendee.php
[edit]
[-] Rrule.php
[edit]
[-] Comment.php
[edit]
[-] Tzurl.php
[edit]
[-] Freebusy.php
[edit]
[-] PercentComplete.php
[edit]
[-] Tzname.php
[edit]
[-] Version.php
[edit]
[-] Categories.php
[edit]
[-] Attach.php
[edit]
[-] Tzid.php
[edit]
[-] Uid.php
[edit]
[-] RelatedTo.php
[edit]
[-] Sequence.php
[edit]
[-] Created.php
[edit]
[-] Tzoffsetto.php
[edit]
[-] RecurrenceId.php
[edit]
[-] Organizer.php
[edit]
[-] Dtend.php
[edit]
[-] Calscale.php
[edit]
[-] Rdate.php
[edit]
[-] Action.php
[edit]
[-] MultiValue.php
[edit]
[-] Exdate.php
[edit]
[-] Contact.php
[edit]
[-] Completed.php
[edit]
[-] Status.php
[edit]
[-] Tzoffsetfrom.php
[edit]
[-] Geo.php
[edit]