caldav

Creating a CalDAV service with .Net

I want to create a calendar in my application that external users can view. The CalDAV (basically WebDAV+iCalendar) format seems to be relatively widely supported, although if rather unusually by some clients (Outlook, for instance). Completely new to me though. I want to externally publish events, I don't need users to be able to upda...

Debugging iPhone CalDAV interactions?

I'm trying to connect my internal CalDAV server to my iPhone but am running into issues. The CalDAV account is recognized as valid on the "Mail, Contacts, Calendars" settings page, and I can see activity on my server where (as far as I can tell) valid XML is being sent to the device, but none of these events are showing up in the Calend...

CalDav on Outlook?

I'm looking for a good way to view CalDav calendars within Outlook. I'm aware of the OpenConnector (www.openconnector.org) project, but have not been happy with it thus far (re: stability issues & difficulty to configure). Also, it appears to be supported by a single developer and there hasn't been a new release in about 18 months. I ...

Building a CalDAV-server in PHP?

Ok, so I'm the author of a CMS and I'm interested in building a CalDAV-server that enables the user to interface with my CMS through CalDAV instead of only through the web, so they can see their calendars, add todos and things like that. I've looked at http://www.davical.org/ which is a CalDAV service built in PHP, but it has its own da...

caldav on iphone

Is there a way to interact with a caldav server with the iPhone sdk. ...

Does objective C support the caldav?

Hi, everyone, I want to ask a question about the objective C. Do the objective C and iOS 4 support the caldav? Thank you very much. ...

Does Apple provides any library or API to manipulate the CalDAV?

Hi, everyone, I want to ask a question about the iPhone application. I am going to write a program which is related to a calendar function. I want to use the CalDAV to do this. However, I am not familiar with the iOS environment. Does the apple provides any library or API for the developers to write the program by manipulating the CalDA...

Java's HttpURLConnection doesn't support REPORT/PROPFIND - what shall I do?

HttpURLConnection does only support things like GET, POST and HEAD - but no REPORT/PROPFIND. I'm going to implement a CalDAV-Client but without theese operations (if I want to use them I get a ProtocolException) I have to write/deliver a complete and huge HTTP library with auth and so on. "Overkill". How do I send requests with PROPFIN...

What is the different between the web server and CalDav server?

Hi, everyone, I want to ask some basic knowledge of server. 1) What is the different between the web server and the CalDav server? 2) How to set the web server and CalDav server? 3) If I send a request to CalDav server ( I assume that I have the URL of the server), will the response header contains the data within the CalDav server...

Is Apple's iCal Server any good on this LAMPe environment?

We have a web-based calender App, which was written long before I was hired by our company. It uses a proprietary system (our own) to store and work with them. I was told it wasn't that bad of an App back in the day, but with the inception of web calendars (notably Google Calendars), it just seems outdated and unusable. Our boss wants u...

How to access Apples iCal-Server via Python

Hello everyone, I'm trying to access Apples iCal-Server on a Mac OS X Snow Leopard Server via Python. The server is up and running and working with it via the iCal-Application is just fine. Now I need to access this server via Python to use it as backend for resource planning. I have already looked at the CalDav-Module (http://packages....

Performing caldav-queries using the CalDAVClientLibrary

I am trying to query the Apple Calendarserver via the Python CalDAVClientLibrary. I can connect to the server, list the available calendars and read out the whole calendar, also I am able to store a new event.For these operations, caldav uses the HTTP-Methods GET, PUT, REPORT and PROPFIND. As an example (assuming there is at least one c...