| OurCal documentation | view source | Contained in the OurCal distribution. |
OurCal::Provider::ICalendar - an RFC2445 provider for OurCal
[an_ical_provider
type = icalendar
file = path/to/file.ics
The ics file. Can either be a local file or a url of one.
The name of a cache provider. This will cache fetching the file.
Requires an OurCal::Config object as config param and a name param.
Returns all the todos on the system.
Returns whether there are events given the params.
Returns all the events for the given params.
Returns the name of all the users on the system.
Save a todo.
Delete a todo.
Save an event.
Delete an event..
| OurCal documentation | view source | Contained in the OurCal distribution. |