| OurCal documentation | view source | Contained in the OurCal distribution. |
OurCal::Provider::DBI - a DBI provider for OurCal
[a_dbi_provider]
dsn = dbi:SQLite:ourcal
type = dbi
A DBI dsn. Required.
A user name. Optional.
A password. Optional.
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. |