Documentation ¶ Index ¶ type Client func NewClient() *Client func (c *Client) CreateEvent(e *calendar.Event) error func (c *Client) DeleteEvent(id string) error func (c *Client) GetEventsForAttribute(attrs map[string]string) []*calendar.Event func (c *Client) UpdateEvent(e *calendar.Event) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClient ¶ func NewClient() *Client func (*Client) CreateEvent ¶ func (c *Client) CreateEvent(e *calendar.Event) error func (*Client) DeleteEvent ¶ func (c *Client) DeleteEvent(id string) error func (*Client) GetEventsForAttribute ¶ func (c *Client) GetEventsForAttribute(attrs map[string]string) []*calendar.Event func (*Client) UpdateEvent ¶ func (c *Client) UpdateEvent(e *calendar.Event) error Source Files ¶ View all Source files gcal.gotoken.go Click to show internal directories. Click to hide internal directories.