Struct icalendar::Event [] [src]

pub struct Event { /* fields omitted */ }

Methods

impl Event
[src]

Creates a new Event.

End of builder pattern. copies over everything

Defines the overall status or confirmation

Trait Implementations

impl Debug for Event
[src]

Formats the value using the given formatter.

impl Default for Event
[src]

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

impl Component for Event
[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 Event
[src]

Performs the conversion.