deyanTG / caldav4j

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

Mkcalendar is making folder rather than calendar #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Initialize MkCalendarMethod
2. Using setPath, set the Path of caldav server and user in which calendar 
needs to be added 
3. run HttpClient.executeMethod to make the calendar at desired location. 
But instead of calendar, a folder is being created in which no calendar 
events are getting added.

What is the expected output? What do you see instead?
Expected ouput is that a calendar should be made in which I can add 
calendar events or upload .ics file but instead a folder is being created 
in which calendar events are not getting added. 403 Forbidden error is 
coming.

What version of the product are you using? On what operating system?
Im using the latest caldav4j library. Im using Eclipse IDe for development 
on windows XP.

Please provide any additional information below.

Original issue reported on code.google.com by asim.si...@gmail.com on 29 Aug 2008 at 6:18

GoogleCodeExporter commented 8 years ago
which calendar server did you use?
did you try the MkCalendarTest.java junit?

thx,
R.

Original comment by robipo...@gmail.com on 7 Sep 2008 at 1:52

GoogleCodeExporter commented 8 years ago
I checked the request and it matches the
http://tools.ietf.org/html/rfc4791#section-5.3.1.2

there can be an issue in your caldav server

Original comment by robipo...@gmail.com on 8 Apr 2009 at 8:27