[ CCode ( has_construct_function = false ) ]
public GContactCalendar (string uri, string? relation_type, string? label, bool is_primary)
Creates a new GContactCalendar.
More information is available in the <ulink type="http" url="http://code.google.com/apis/contacts/docs/3.0/reference.html#gcCalendarLink">gContact specification</ulink>.
Exactly one of relation_type and label should be provided; the other must be null
.
| uri |
the URI of the calendar |
| relation_type |
the type of calendar, or null |
| label |
a free-form label for the calendar, or null |
| is_primary |
true if this calendar is its owner's primary calendar, false otherwise |
|
a new GContactCalendar; unref with unref |