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
61
votes
2 answers

Publishing Outlook Calendars. What is the server-side setting for sync frequency?

I'm working on a custom implementation of a server (VERY basic WebDAV) that accepts Outlook's published calendars. Outlook seems to have a setting (see the screenshot below) where it accepts a parameter form the server that tells it how often to…
Mihail Russu
  • 2,526
  • 1
  • 17
  • 27
57
votes
3 answers

What is the difference between iCalendar and CalDav?

What is the difference between iCalendar and CalDav?
abj
  • 573
  • 1
  • 4
  • 4
19
votes
2 answers

Developing a CalDav server

I have a set of events saved in my database (a very special database, so I can't use some popular open-source servers with, say, MySQL). Now I want to build a CalDav server (by Java) so that a user can connect his calendar client to it to retrieve…
EyeQ Tech
  • 7,198
  • 18
  • 72
  • 126
15
votes
2 answers

What's the difference between Webcal and WebDAV/CalDAV?

As I understand it, CalDAV is an extension to WebDAV to manage iCalendar subscriptions. And Webcal is a URL scheme that does the same thing, but not standarized. I'm I right here? Whats the pros/cons for going either way?
user3332631
  • 334
  • 1
  • 3
  • 11
14
votes
2 answers

CalDav on Outlook?

I'm looking for a good way to view CalDav calendars within Outlook. I'm aware of the OpenConnector 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…
stpiker
  • 383
  • 1
  • 3
  • 13
14
votes
1 answer

.NET CalDAV Client

I need my .NET application to access content from a variety of CalDAV servers. I have been looking for a good .NET CalDAV client library for a while now, but have been unable to find anything that suits my needs. Does such a library even exist, or…
Mac Attack
  • 952
  • 10
  • 21
13
votes
3 answers

CalDAV in node.js?

Does anyone know of the options for providing a Calendar (CalDAV) interface into a node.js application? I've seen jsDAV, but it seems it does not currently support CalDAV. It seems node+express supports *DAV HTTP methods like PROPFIND, etc, but I…
7zark7
  • 10,015
  • 5
  • 39
  • 54
12
votes
3 answers

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…
Keith
  • 150,284
  • 78
  • 298
  • 434
10
votes
3 answers

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 app and mobile devices. I need to handle…
William Durand
  • 5,439
  • 1
  • 26
  • 37
10
votes
1 answer

Getting CalDAV events from iCloud returns "403 Forbidden"

I am using the SimpleCalDAV client to get calendar events from iCloud (Apple) using PHP. This client worked great until Apple introduced app-specific-passwords. Since then, for some user accounts I always get "403 Forbidden" as result: Connect to…
nimrod
  • 5,595
  • 29
  • 85
  • 149
9
votes
4 answers

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 ( http://ri-cal.rubyforge.org/rdoc/ ) But wasnt…
loosecannon
  • 7,683
  • 3
  • 32
  • 43
9
votes
2 answers

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 recommended library or have some advice to do this in the…
Gramero
  • 1,835
  • 3
  • 24
  • 26
8
votes
3 answers

How to download all my caldav and carddav data with one wget / curl?

Until now, I used Google Calender and do my personal backup with a daily wget of the public ".ics"Link. Now I want to switch to a new Service who has only caldavaccess. Is there a possibility to download all my caldav and carddav data with one wget…
amw
  • 452
  • 1
  • 5
  • 14
8
votes
2 answers

Making a CalDAV server in Rails

I know i can use the iCalendar gem to generate the ics files I need to serve, but how would I go about serving them, readonly, via the CalDAV protocol in Rails?
Mohamed Hafez
  • 8,621
  • 7
  • 41
  • 49
8
votes
1 answer

Is it possible to modify CalDAV / CardDav accounts with an app on iOS?

I was wondering if there is an API for modifying CalDAV and CardDAV accounts on iOS. I am developing an app and I want to make it possible for the user to simply enable and disable calendar / contact synchronisation without setting it up manually in…
1
2 3
23 24