Class RiCal::Component::Calendar
In: lib/ri_cal/component/calendar.rb
Parent: Component
  • ©2009 Rick DeNatale, All rights reserved. Refer to the file README.txt for the license
 to see the property accessing methods for this class see the RiCal::Properties::Calendar module

Methods

Included Modules

RiCal::Properties::Calendar

Public Instance methods

add an event to the calendar

Return the default time zone identifier for this calendar

Set the default time zone identifier for this calendar To set the default to floating times use a value of :floating

return an array of event components contained within this Calendar

Export this calendar as an iCalendar file. if to is nil (the default) then this method will return a string, otherwise to should be an IO to which the iCalendar file contents will be written

export_to(to=nil)

Alias for export

return an array of freebusy components contained within this Calendar

return an array of journal components contained within this Calendar

return an array of timezone components contained within this calendar

return an array of todo components contained within this Calendar

[Validate]