gcal

package module
v0.0.0-...-9e1547a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2016 License: MIT Imports: 14 Imported by: 1

README

gcal

Install

go get github.com/itsabot/gcal

Then add _ "github.com/itsabot/gcal" to your import statements in an appropriate file (typically where you first use github.com/itsabot/shared/cal).

Docs

Coming soon

Documentation

Overview

Package gcal implements the github.com/itsabot/abot/shared/cal interface for Google Calendar.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Client

func Client(db *sqlx.DB, uid uint64) (*http.Client, error)

Client returns a Google client for communicating with GCal.

Types

type Attendee

type Attendee struct {
	Name  string
	Email string
	Phone string
}

attendees is a Google Calendar attendee that implements the driver.Attendee interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL