diff --git a/src/calanonsync/calanonsync.go b/src/calanonsync/calanonsync.go index be6f93a..6cf6918 100644 --- a/src/calanonsync/calanonsync.go +++ b/src/calanonsync/calanonsync.go @@ -8,6 +8,7 @@ import ( "net/http" "net/http/cookiejar" "strings" + "text/template" "time" ) @@ -123,3 +124,27 @@ const folderIdRequest = ` ` + +var calendarQuery = template.Must(template.New("calendarQuery").Parse(` + + + + + + + + IdOnly + + + + + + + + + + + + + +`))