The VToDo class represents a To-Do component in a calendar. This component is used by both vCalendar and iCalendar.
PDI Tag | Component Property | EWSoftware PDI Class | Data Value Property | Notes |
---|---|---|---|---|
BEGIN:VTODO |
| VToDo and VToDoCollection |
|
|
AALARM |
| vCalendar 1.0 only. See the VALARM Classes topic for more information. | ||
ATTACH | FormatType, GetAttachmentBytes, SetAttachmentBytes, and Value | If the value location is inline, the data value is a binary encoded string representing the attachment. If not inline, the Value property refers to something like a URI where the attachment can be found. | ||
ATTENDEE | CalendarUserType, CommonName, DelegatedFrom, DelegatedTo, DirectoryEntry, Expectation, Membership, ParticipationStatus, Role, Rsvp, SentBy, and Value |
| ||
CATEGORIES |
| |||
CLASS |
| |||
COMMENT | iCalendar 2.0 only. | |||
COMPLETED |
| |||
CONTACT | iCalendar 2.0 only. | |||
CREATED or DCREATED | DCREATED is used by vCalendar 1.0. CREATED is used by iCalendar 2.0. | |||
DALARM |
| vCalendar 1.0 only. See the VALARM Classes topic for more information. | ||
DESCRIPTION |
| |||
DTSTAMP | iCalendar 2.0 only. | |||
DTSTART |
| |||
DUE | DUE and DURATION are mutually exclusive. | |||
DURATION | iCalendar 2.0 only. DUE and DURATION are mutually exclusive. | |||
EXDATE |
| |||
EXRULE |
| |||
GEO | iCalendar 2.0 only. For vCalendar 1.0, the GEO property is on the VCALENDAR component. | |||
LAST-MODIFIED |
| |||
MALARM |
| vCalendar 1.0 only. See the VALARM Classes topic for more information. | ||
ORGANIZER | CommonName, DirectoryEntry, SentBy, and Value | iCalendar 2.0 only. | ||
PALARM |
| vCalendar 1.0 only. See the VALARM Classes topic for more information. | ||
PERCENT-COMPLETED | iCalendar 2.0 only. | |||
PRIORITY |
| |||
RDATE | DateTimeValue, IsFloating, PeriodValue, TimeZoneDateTime, and TimeZoneId |
| ||
RECURRENCE-ID | iCalendar 2.0 only. | |||
RELATED-TO |
| |||
REQUEST-STATUS | iCalendar 2.0 only. | |||
RESOURCES |
| |||
RNUM | vCalendar 1.0 only. | |||
RRULE |
| |||
SEQUENCE |
| |||
STATUS |
| |||
SUMMARY |
| |||
UID |
| |||
URL |
| |||
X-??? | CustomName and Value | This property class represents custom or extended properties that are not part of the specification. | ||
BEGIN:VALARM to END:VALARM |
| iCalendar 2.0 only. See the VALARM Classes topic for more information. | ||
END:VTODO |
| VToDo and VToDoCollection |
|
|