Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateAccessTokenFromAuthToken ¶ added in v0.0.2
Fetching Access Token *********************
Oauth token must be ready in advance, it needs to be fetched from Google developer console, https://developers.google.com/calendar/api/quickstart/go
Then you need to got "Enable API Wizard" to get your credentials, which you need to pass in authTokenPath
This function Generates Auth URL in STDOUT with instructions
Once AccessToken is provided as STDIN, it will be stored in the provided preferredAccessTokenPath
Once the tokens are saved to disk, we can Initialize this library using Init function
Types ¶
type CreateEventResp ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.