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

CalDAV Client for Windows/Linux/OSX/Android

Is anybody aware of any CalDAV client for Windows/Linux/OSX/Android that implements MKCALENDAR request and reports defined in RFC4791 (CALDAV:calendar-query, CALDAV:free-busy-query etc.)? I've tested a few clients, but they use CalDAV server as a…
Vsevolod
  • 512
  • 1
  • 5
  • 16
0
votes
1 answer

Accessing iCloud Calendar using authentication service

Is there a way to access Apple iCloud using an authentication service like OAuth or another similar service? I am trying to get access to a users calendar data. I have found a way to access their servers using CalDAV and a users login info. However…
scramblor
  • 63
  • 5
0
votes
2 answers

Custom headers ASP.net MVC

I'm trying to serve WebDav requests to create a CalDav server so that users can access our calendar function easily on any device of their choosing. The problem is in trying to serve any custom headers. I've written a custom ActionResult that sets…
Feanaro
  • 922
  • 3
  • 19
  • 35
0
votes
1 answer

caldav on iphone

Is there a way to interact with a caldav server with the iPhone sdk.
John Smith
  • 12,491
  • 18
  • 65
  • 111
0
votes
0 answers

DaviCal : Add Event to Calendar through Client Library:caldav-client.php

I am trying to add event to user calendar through Davical Client Library caldav-client.php. Hence, I used DoPUTRequest() function. Server Responds with OK. But unable to see event in Calendar Client (CalDavZap). Please find the bellow scenario: The…
JsLearner
  • 446
  • 2
  • 7
  • 17
0
votes
1 answer

CalDav sync-token expiry

In a previous question, I asked about syncing data with a DaviCal server. I ended up concluding that there was a bug on DaviCal as when querying a CalDav server with an invalid sync token, the server should return an error but, instead, it returns…
neggenbe
  • 1,697
  • 2
  • 24
  • 62
0
votes
1 answer

Implementing a Card- and CalDAV Client

I was asked to develop a web-application that can talk to my company's Card-/CalDAV-Server (Kerio Connect). I've spent the past hours trying to find a suitable library but there doesn't seem to be one that is functional and still maintained. Milton…
F. Engels
  • 21
  • 3
0
votes
0 answers

Request to get default ical calendar

To get calendar ical calendar list my request is :
0
votes
1 answer

How the iOS built-in Calendar app sync with various calendar sources?

I am trying to make a calendar app like sunrise and iOS Calendar app. How does iOS Calendar app syncing with various calendar sources like Google, Exchange and iCloud etc? What protocol does they use? Caldav? If I am going to make a app like that?…
yong ho
  • 3,892
  • 9
  • 40
  • 81
0
votes
2 answers

How to expose CardDAV address books / CalDAV calendars with arbitrary filters?

I want to provide access to address books and calendars that may have search filters (e.g. tags, user, groups) applied. They should not be auto-discoverable because there may be billions of combinations but must nonetheless be compatible with common…
Arc
  • 11,143
  • 4
  • 52
  • 75
0
votes
0 answers

DCS - User specifc push notifications

I am trying to get user specific push notifications working. I followed thread : https://lists.macosforge.org/pipermail/calendarserver-users/2010-August/001649.html However, I do not understand how does user specific notifications get pushed. Thread…
GJain
  • 5,025
  • 6
  • 48
  • 82
0
votes
1 answer

Adding events to Davical server using Http request and DDay.iCal

I am trying to add an event from my local database to the Davical server (in fact, this should apply to any CalDav server, as long as it is compliant with the CalDav protocol)... From what I could read here, I can send a PUT request to add events…
neggenbe
  • 1,697
  • 2
  • 24
  • 62
0
votes
2 answers

Davical Sync-Token web request

I am trying not to re-invent the wheel here... I have found some nice documentation on CalDav sync implementation there According to its website, DaviCal is rfc6578-compliant since v. 0.9.8 (see here). I therefore first send my request to get the…
neggenbe
  • 1,697
  • 2
  • 24
  • 62
0
votes
2 answers

CalDavClient add new record

How to add a new record into Calendar using CalDAV ? I can get all my current recors from Thunderbird Lightning calendar as array, by that code: require_once 'class.CalDavClient.php'; $cal = new CalDAVClient( '###', '###', '###' ); if (…
kxc
  • 1,357
  • 2
  • 16
  • 39
0
votes
3 answers

Parse CalDAV events using PHP

I am retrieving events from my CalDAV server and I have to process them now. This is how the events look…
nimrod
  • 5,595
  • 29
  • 85
  • 149