cal

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2016 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package cal enables control over arbitrary 3rd party calendars. It implements a standardized interface through which Google Calendar, Outlook and more can be supported. It's up to individual drivers to add support for each of these calendars.

This design is similar to golang.org/pkg/database/sql which defines an interface and has drivers which implement that interface for various databases.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Drivers

func Drivers() []string

Drivers returns a sorted list of the names of the registered drivers.

func Register

func Register(name string, driver driver.Driver)

Register makes a calendar driver available by the provided name. If Register is called twice with the same name or if driver is nill, it panics.

Types

This section is empty.

Directories

Path Synopsis
Package driver defines interfaces to be implemented by calendar drivers as used by package cal.
Package driver defines interfaces to be implemented by calendar drivers as used by package cal.

Jump to

Keyboard shortcuts

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