CalendarRecurrence

CalendarRecurrence class

The main class, represents an iCalendar recurrence.

The CalendarRecurrence type exposes the following members:

Constructors

NameDescription
CalendarRecurrence()Initializes a new instance of the CalendarRecurrence class.
CalendarRecurrence(pattern)Initializes a new instance of the CalendarRecurrence class

Properties

NameDescription
start_dateGets or sets the start date.
end_dateGets or sets the end date.
r_rulesGets the R rules.
ex_rulesGets the ex rules.
r_datesGets the R dates.
ex_datesGets the ex dates.

Methods

NameDescription
generate_occurrences()
generate_occurrences(n_next_occurrences)
generate_occurrences(range_start, range_end)
generate_occurrences(range_start, range_end, n_next_occurrences)
fromi_calendar(pattern)
from_recurrence(xml_string)
toi_calendar()
equals(other)

See Also