im sure I did something

This commit is contained in:
2026-08-06 19:55:51 -04:00
parent f76d715cb9
commit 4a7b3c91f0
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -43,7 +43,6 @@ type SimpleCalDavData struct {
Calandars []Calandar
}
// this makes stalwart assumptions
func GetCalDAVData(username string, password string) SimpleCalDavData {
req, _ := http.NewRequest(
"PROPFIND",
+2 -2
View File
@@ -3,8 +3,8 @@ module astraltech.xyz/calendar/v2
go 1.26.1
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/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
)