CalClient
Description:
[
CCode ( has_construct_function =
false ) ]
public CalClient (
Source source,
CalClientSourceType source_type)
throws Error
Creates a new CalClient corresponding to the given source.
There are only two operations that are valid on this calendar at this point: open, and
remove.
Parameters:
source |
An Source pointer
|
source_type |
source type of the calendar
|
Returns:
a new but unopened CalClient.
|