deyanTG / caldav4j

Automatically exported from code.google.com/p/caldav4j
0 stars 0 forks source link

GetResponseBodyAsCalendar() throws exception #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Change the CalDavCollectionManager in listCalendar(String path) function
2.Instead of retrieving calendar as getResponseBodyAsString(), use 
getResponseBodyAsCalendar()
3. Execute the code.

What is the expected output? What do you see instead?

Expected output: is to get a Calendar object with all events.
Obtained output: was exception saying: Expected content type text/calendar. Was 
text/html

What version of the product are you using? On what operating system?

I'm using Bedework 3.7, caldav4j0.7 and ical4j0.9

Please provide any additional information below.

Original issue reported on code.google.com by 77testte...@gmail.com on 15 Sep 2011 at 8:49

GoogleCodeExporter commented 8 years ago
Please tell me from where i can get the samples to run my test code to connect 
and create/update/retrieve/delete events....

Original comment by 77testte...@gmail.com on 16 Sep 2011 at 4:01

GoogleCodeExporter commented 8 years ago
You're using the wrong method. Discussion done on mailing list.

Original comment by robipo...@gmail.com on 4 Nov 2011 at 9:07