Questions tagged [caldav]

CalDAV (Calendaring Extensions to WebDAV) is an Internet standard allowing a client to access scheduling information on a remote server.

CalDAV (Calendaring Extensions to WebDAV) is an Internet standard (rfc4791) allowing a client to access scheduling information on a remote server.

Use this tag for questions that deal with CalDAV or any of its features.

360 questions
0
votes
1 answer

WebDAV Response for a server error

When returning a 500 error response, i want to have a WebDAV XML response like: """ But instead of i need some property for…
warvariuc
  • 57,116
  • 41
  • 173
  • 227
0
votes
3 answers

How to limit the number of iterations through the List

How I can limit the result of an iterator over my List? try { ArrayList results = new ArrayList(); List eventsToday = (List) filter.filter(calendar.getComponents(Component.VEVENT)); …
-1
votes
1 answer

iPhone / iPad CalDav Debugging

I've build and application that uses caldav in Java. It works fine with iCal and other CalDav client but I can't seem to get it to work on iphone/ipad. The consol debugger in xCode is not very explicite about what the problem is. Is there any tool…
Alex
  • 1
  • 1
-1
votes
1 answer

PUT Request with Attribute Routing - Error 415

I've got a PUT request from clients that looks like this: PUT /calendars/johndoe/home/132456762153245.ics HTTP/1.1 Content-Type: text/calendar; charset=utf-8 I have a controller class setup with Attribute routing and a Method like…
GisMofx
  • 982
  • 9
  • 27
-1
votes
1 answer

Ical / Apple calendar integration

I am trying to fetch the user's calendar details from iCloud for rails application using the server URL (caldav.icloud.com) via calDav client. I tested with few accounts, and I was able get the calendar details successfully using this server URL. I…
-1
votes
1 answer

How to make sure my application is CalDAV compliant?

I am currently trying to design a Calendar application in Java. Then I want to integrate it with Google Calendar. It will contain APIs to create and manage calendar events and working hours for the user. I read that for integration with Google…
rsp
  • 813
  • 2
  • 14
  • 26
-1
votes
1 answer

How to create more users on Darwin Calendar Server? How can be caldav4j used for the same?

I am using Darwin Calendar Server for creating and reading events for users. But I am able to only use existing users. How can I add more users on the server? I am playing with caldav4j, is it possible to create principals (users, location,…
r_D
  • 578
  • 1
  • 7
  • 16
-1
votes
1 answer

Can I use CalDAV with Outlook for free?

Can I use CalDAV with Outlook without buying additional software? I found many resources where says, that if you want use CalDAV with Outlook, you need pay. Is it really so?
-1
votes
1 answer

Both side calendar sync

I'm trying to make both sync calendar from my CMS. I'd like to do something like this: In my iPhone I will add calendar feed from my CMS system and: - if I create event in CMS, the event will be visible in CMS and also in my iPhone - if I edit event…
Jan Kožušník
  • 683
  • 3
  • 16
  • 30
-1
votes
1 answer

Best way to Syn Outlook Contacts with MySQL db with hundreds of contacts realtime

What is the best method of keeping my contacts in my Outlook update with every new contact created on my MySQUL database using PHP. If the script/client etc... already exists, let me know what its call or how to start building it.…
user315819
  • 29
  • 5
-1
votes
1 answer

multiple events not created in icalendar

My Request is : BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Apple Inc.//iCal 5.0.2//EN BEGIN:VTIMEZONE TZID:UTC BEGIN:STANDARD DTSTART;VALUE=DATE:20140101 TZNAME:UTC TZOFFSETFROM:+0000 TZOFFSETTO:+0000 …
-1
votes
2 answers

not able to install Caldav gem in rails

I want to access a Darwin iCal server which i have implemented using my Rails application. I would like to create events and access the server to get events in specific date range. When I tried to install the Caldav gem, I am getting a dependency…
gaurav.singharoy
  • 3,751
  • 4
  • 22
  • 25
-1
votes
2 answers

Owncloud on Raspbian with nginx - no webdav

I'm trying to get owncloud 6.0 running on my raspberry pi using nginx as web server and raspbian as os. Unfortunately it displays a webdav error in the admin backend and I'm not able to connect to it via the desktop sync client (the mobile client is…
Thomas
  • 1,468
  • 4
  • 14
  • 20
-1
votes
1 answer

Python caldav install failing for Python 2.7 on Windows

Trying to use easy_install to install caldav for Python 2.7. lxml is failing and I've found binary installers for it for all versions of Python except 2.7. Using easy_install I'm getting the following: Running lxml-2.3.4\setup.py -q bdist_egg…
Jim
  • 21
  • 3
-2
votes
1 answer

Caldav server for IOS - calendar-data

I am building a caldav server. It is already working with many other clients but not with IOS caldav client. Server is implemented with python and it is running on the top of Apache 2. When reading my server logfile I can see that IOS client is…
1 2 3
23
24