im sure I did something
This commit is contained in:
@@ -43,7 +43,6 @@ type SimpleCalDavData struct {
|
|||||||
Calandars []Calandar
|
Calandars []Calandar
|
||||||
}
|
}
|
||||||
|
|
||||||
// this makes stalwart assumptions
|
|
||||||
func GetCalDAVData(username string, password string) SimpleCalDavData {
|
func GetCalDAVData(username string, password string) SimpleCalDavData {
|
||||||
req, _ := http.NewRequest(
|
req, _ := http.NewRequest(
|
||||||
"PROPFIND",
|
"PROPFIND",
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ module astraltech.xyz/calendar/v2
|
|||||||
go 1.26.1
|
go 1.26.1
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/arran4/golang-ical v0.3.5 // indirect
|
github.com/arran4/golang-ical v0.3.5
|
||||||
github.com/coreos/go-oidc/v3 v3.20.0
|
github.com/coreos/go-oidc/v3 v3.20.0
|
||||||
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
|
github.com/go-jose/go-jose/v4 v4.1.4
|
||||||
golang.org/x/oauth2 v0.36.0
|
golang.org/x/oauth2 v0.36.0
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user