calendar

package
v0.0.0-...-0c0f7dc Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2021 License: AGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

func Delete(w http.ResponseWriter, req *http.Request)

func Get

func Get(w http.ResponseWriter, req *http.Request)

func MakeCalendar

func MakeCalendar(w http.ResponseWriter, req *http.Request)

func Move

func Move(w http.ResponseWriter, req *http.Request)

func Options

func Options(w http.ResponseWriter, req *http.Request)

func PropfindCalendar

func PropfindCalendar(w http.ResponseWriter, req *http.Request)

func PropfindInbox

func PropfindInbox(w http.ResponseWriter, req *http.Request)

func PropfindNotification

func PropfindNotification(w http.ResponseWriter, req *http.Request)

func PropfindOutbox

func PropfindOutbox(w http.ResponseWriter, req *http.Request)

func PropfindRoot

func PropfindRoot(w http.ResponseWriter, req *http.Request)

TODO check if on root, if yes, answer differently

func PropfindUser

func PropfindUser(w http.ResponseWriter, req *http.Request)

func Proppatch

func Proppatch(w http.ResponseWriter, req *http.Request)

func Put

func Put(w http.ResponseWriter, req *http.Request)

func Report

func Report(w http.ResponseWriter, req *http.Request)

Types

type Xmlmakecalendar

type Xmlmakecalendar struct {
	XMLName xml.Name
	Set     Xmlset `xml:"set"`
}

type Xmlprop

type Xmlprop struct {
	XMLName          xml.Name
	Displayname      string `xml:"displayname"`
	CalendarOrder    int    `xml:"calendar-order"`
	CalendarTimezone string `xml:"calendar-timezone"`
	CalendarColour   string `xml:"calendar-color"`
	FreeBusySet      string `xml:"calendar-free-busy-set"`
}

type Xmlset

type Xmlset struct {
	XMLName xml.Name
	Prop    Xmlprop `xml:"prop"`
}

Jump to

Keyboard shortcuts

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