Tagged Questions
CalDAV (Calendaring Extensions to WebDAV) is an Internet standard allowing a client to access scheduling information on a remote server.
7
votes
1answer
7k views
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 ...
6
votes
1answer
2k views
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 ...
4
votes
2answers
87 views
What are the difference between SyncML and CalDAV?
I wonder what are the difference between SyncML and CalDAV in terms of features, pros, and cons.
I'm trying to determine which technology to use in order to synchronize events/calendars between a web ...
4
votes
4answers
355 views
How to interact with a CalDAV server from Ruby?
I need to create events on a calendar server using CalDAV from within a Ruby (Rails to be precise) Application. I have looked at some different libraries and done some googling.
I looked at ri-cal ( ...
2
votes
2answers
554 views
What is the difference between iCalendar and CalDav?
What is the difference between iCalendar and CalDav?
I'm quite confused between the two.
2
votes
3answers
153 views
Apple iCal's “Delegation” tab — disabled checkboxes?
I am trying to access a CalDAV account in iCal and everything works fine except for the Delegation tab. I can see the account(s) I have access to (including the correct read/write properties), but the ...
2
votes
3answers
265 views
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 ...
2
votes
4answers
3k views
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 ...
1
vote
1answer
165 views
The missing HTTP Verbs in MVC
I'm trying to create a simple CalDav server using ASP.NET MVC 3, but the lack of the missing HTTP Verbs got me confused.
How can I add them and use them? Maybe I could create an ActionFilter for each ...
1
vote
1answer
201 views
Reading/writing yahoo calendar (beta) in .net
Is there any way to access the yahoo calendar (beta) events in asp.net code behind file? i want to access the user calendar events with OAuth or with username/password combination. Yahoo only ...
1
vote
1answer
158 views
CalDAV and Classic ASP
Does anyone know of a library for CalDAV on classic asp.
I've tried creating a domain cal.example.com and using the following code in a HTML page, but it doesn't seem to work. Does anyone know why ...
1
vote
1answer
164 views
libical-based CalDAV server
I'm looking for some pointers or example code on how to build a CalDAV server using libical. Specifically, how would you use libical to produce a text representation of an event that you could use to ...
1
vote
0answers
353 views
Is there any php CalDav client library?
I install my own CalDav Server using Chandler Cosmo or DAViCal Calendar Server. I wanna use php as a CalDAV Client. But I cannot see a php library like a caldav4j in java.
Does anyone have a ...
1
vote
0answers
314 views
Does Yahoo Calendar API (CalDav) works with OAuth?
Does Yahoo Calendar API (CalDav) works with OAuth?
1
vote
2answers
279 views
WebDav detect write permission on folder
What command do we use on a WebDAV resource (such as a folder or file) to check if the user has 'write' or 'read-only' permission for that particular resource?
1
vote
0answers
118 views
Is there any opensource/free that renders a Gantt from caldav calendars?
Caldav calendar can be grouped by Locations/Groups and events can have people joining them so it would be nice to use those infos for project planning, is there anyone who has already done this and/or ...
1
vote
1answer
172 views
Tryton as a CalDAV server
Has any of You any experience with using Tryton as a CalDAV server ?
How does it perform ?
How does perform Mozilla Sunbird / Thunderbird-lighting as a client ?
Is it ready to apply in real business ...
1
vote
1answer
315 views
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 ...
1
vote
1answer
305 views
Does Apple provides any library or API to manipulate the CalDAV?
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 ...
1
vote
1answer
227 views
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 ...
0
votes
0answers
13 views
Options for syncing a caldav server with Outlook users?
We've got an (in-house developed) calendaring system that support calDav/ical. We are looking for a way for Outlook users to be able to sync with our system. This solution needs to be able to allow ...
0
votes
0answers
21 views
Has anyone successfully imported the libcaldav library into Xcode?
Has anyone successfully imported the libcaldav library into Xcode?
Can you tell me how to import this C library into my project?
0
votes
1answer
46 views
iPhone app with libcaldav library [closed]
I am doing an iPhone app, which includes a libcaldav library http://sourceforge.net/projects/libcaldav/.
The library used C language to write. But there are so many errors (I solved a lot). Now, there ...
0
votes
0answers
13 views
iCal category in shared calendar
I am using iCal. I am wondering is there a way to display "category" and color coded calendar/event from a CalDav server? All I get when I subscribe to a shared is just plain old calendar and get ...
0
votes
1answer
77 views
iOS 5 ics (iCalendar) reading/parsing from webURL
since iOS5 there ist the possibility to set an EKEventSource to EKSourceTypeCalDAV. Does anybody know if it is possible to receive events from a webUrl?
The webURL (lets take the google calendar as an ...
0
votes
0answers
51 views
Thunderbirds CalDAV-synced event reminders?
I'm syncing my calendar from eGroupWare to Thunderbird Lightning. Events sync fine but I get no reminders for them. This is because no reminders are set for them in eGroupWare calendar. eGroupWare ...
0
votes
1answer
94 views
Not able to create an even in yahoo calender while using java [closed]
Well I am writing a program to put/create event on yahoo calender using Java program. I have been been able to create the even and send it to server. I am also getting 201 status code, stating event ...
0
votes
0answers
37 views
Google Caldav partial retrieval
Does google's CalDav allow partial retrieval of calendar object resources? I'm executing the following calendar-query report asking for some event properties (UID, DTSTAMP, DTSTART, SUMMARY, DTEND) ...
0
votes
0answers
22 views
Is there a CALDAV plugin for Eclipse Mylyn?
We use Zimbra at work and I'm thinking I should centralize my todo list into one thing. I'm starting to lean towards that one thing being Eclipse, given how awesome Mylyn is. Is there a remote ...
0
votes
1answer
127 views
php library or client for a caldav server
i've set up a caldav server in particular http://radicale.org/ and now i would to integrate a jquery calendar like http://themouette.github.com/jquery-week-calendar/weekcalendar.html but the problem ...
0
votes
2answers
92 views
Best way to write a CalDAV client library in Objective-C?
I am needing to write a CalDAV client library for the Mac, and I just wanted to make sure on what would be the best way to write it.
I am wondering if I should just use NSURLRequest or should I go to ...
0
votes
0answers
105 views
carddav and caldav does not sync data on iPhone 4.2.1
I have an iPhone 4.2.1, in which I am trying to sync caldav and carddav accounts and the data sync does not happen.
Does the server have to handle requests differently for different versions of ...
0
votes
1answer
278 views
SabreDAV as client library for external CALDAV server
Is it possile to use SabreDAV/CalDav as a client libraries to connect external caldav server?
0
votes
1answer
334 views
using google calendar's calDAV server
I am building a webapp for event management in PHP and I want to sync google calendar with the events created in it through calDAV protocol but I am not able to find how to do it???
0
votes
1answer
530 views
How can I integrate CalDAV and CardDAV
I am trying to allow people (from a URL) to connect to a calender/contacts from their iPhone, Blackbury or Android phone - what is the best way to do this?
I've had a bit of a read and it seems that ...
0
votes
1answer
542 views
How to access Apples iCal-Server via Python
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 ...
0
votes
1answer
160 views
What is the different between the web server and CalDav server?
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 ...
0
votes
1answer
213 views
Does objective C support the caldav?
I want to ask a question about the objective C. Do the objective C and iOS 4 support the caldav? Thank you very much.
0
votes
1answer
158 views
-1
votes
1answer
87 views
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 ...