get the URL for pasring the dav data

This commit is contained in:
2026-07-27 22:06:16 -07:00
parent 2e5814e46d
commit 6574cc1111
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -13,5 +13,6 @@ func main() {
fmt.Printf("Calandar Count: %d\n", len(calDavData.Calandars))
for i := range len(calDavData.Calandars) {
fmt.Printf("Cal %d is named %s\n", i, calDavData.Calandars[i].DisplayName)
fmt.Printf("\tLink to cal: %s\n", calDavData.Calandars[i].Link)
}
}