| OurCal documentation | view source | Contained in the OurCal distribution. |
OurCal::Provider::Multi - aggregate multiple providers
[a_multi_provider]
providers = something another
type = multi
A space separated list of other provider names
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. |