cmd

package
v0.0.0-...-7eb87a3 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2019 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "gocal",
	Short: "A Google Calendar CLI",
}

RootCmd for our Google Cal CLI

Functions

This section is empty.

Types

type Event

type Event struct {
	Summary string    `json:"summary"`
	Start   EventTime `json:"start"`
	End     EventTime `json:"end"`
}

Event struct for displaying events

type EventTime

type EventTime struct {
	Time string `json:"dateTime"`
}

EventTime is a time object for the event

Jump to

Keyboard shortcuts

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