Struct icalendar::Todo [] [src]

pub struct Todo { /* fields omitted */ }

Methods

impl Todo
[src]

Creates a new Todo.

End of builder pattern. copies over everything

Set the PERCENT-COMPLETE Property

Ranges between 0 - 100

Set the COMPLETED Property, date only

Set the COMPLETED Property, date only

Defines the overall status or confirmation

Trait Implementations

impl Debug for Todo
[src]

Formats the value using the given formatter.

impl Default for Todo
[src]

Returns the "default value" for a type. Read more

impl Component for Todo
[src]

Tells you what kind of Component this is

Might be VEVENT, VTODO, VALARM etc

Read-only access to properties

Read-only access to multi_properties

Adds a Property

Adds a Property of which there may be many

Writes Component into a Writer using std::fmt.

Guess what

Construct and append a Property

Construct and append a Property

Set the DTSTART Property

Set the DTEND Property

Set the DTSTART Property, date only

Set the DTEND Property, date only

Set the DTSTART Property, date only

Defines the relative priority. Read more

Prints to stdout

Set the summary

Set the description

Set the LOCATION 3.8.1.7. Location Read more

Set the visibility class

impl Into<CalendarElement> for Todo
[src]

Performs the conversion.