[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.9.0" ) ]
public CalendarService (Authorizer? authorizer)
Creates a new CalendarService using the given Authorizer.
If authorizer
is null
, all requests are made as an unauthenticated user.
authorizer |
a Authorizer to authorize the service's requests, or |
a new CalendarService, or |