get the basic caldav event data (in freaky XML)
This commit is contained in:
@@ -14,5 +14,6 @@ func main() {
|
||||
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)
|
||||
calDavData.Calandars[i] = get_calandar_data(calDavData.Calandars[i], serverConfig.Username, serverConfig.Password)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user