A calendar abstraction. It models a calendar in a calendar repository that may not be an iCalendar.
It has methods that behave identically to Icalendar, but it also has methods like name and displayed that are not present in an iCalendar.
Whether a calendar should be displayed.
TODO - should be displayed?
# File lib/vpim/repo.rb, line 55 def displayed end
Enumerate the components in the calendar, both todos and events, or the specified klass. Like Icalendar#each()
# File lib/vpim/repo.rb, line 64 def each(klass=nil, &block) #:yield: component end
Encode into iCalendar format.
# File lib/vpim/repo.rb, line 59 def encode end
Generated with the Darkfish Rdoc Generator 2.