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

PHP+CalDav+ICS Room Timeslot algorithm?

I am currently working on a booking site. I am using PHP Baikal CalDav Server (modified it). The ical file generated by Baikal stores the VCALENDAR (each event) file in a single column as medium blob in mysql, when generating it via Mozilla…
zer02
  • 3,963
  • 4
  • 31
  • 66
0
votes
3 answers

Split caldav PROPFIND response when it is too large

I have home-grown CalDAV implementation which normally works fine, but with one problem. There are clients with hundreds calendars which are synchronized over mobile network. Each time iCalendar ask PROPFIND with depth=1 my server must answer with…
Andrew
  • 1,756
  • 3
  • 18
  • 31
0
votes
2 answers

Why does iOS 7 not work with Baikal server?

Since upgrading to iOS 7, my iPhone could no longer access my Baikal Card DAV server. On the project's GitHub page, there are several issues open regarding this issue, but none could help me getting my iPhone talk to the server. How can I make this…
idleberg
  • 12,634
  • 7
  • 43
  • 70
0
votes
2 answers

Multiple CardDAV servers under a single root URL possible?

We have a Java Spring application with lot's of contacts inside a database. Now we'd like to provide these contacts via CardDAV in order to access them via external devices. As far as I understood CardDAV, it uses the 'well-known' protocol. Which…
Benjamin M
  • 23,599
  • 32
  • 121
  • 201
0
votes
1 answer

What is the actual meaning of authenticated in principal href for ACL Request for Caldav?

I am currently implementing the HTTP ACL Request for caldav. In the following XML document, there is an tag in principal:
George Jor
  • 501
  • 1
  • 7
  • 18
0
votes
1 answer

Caldav Radicale sever not responding properly to event put request

I am trying to add the event to the radicale server, but its responding with "Precondition Failed" message. There might be something wrong in my request but I am not able to get it. Below is my request : PUT…
viv
  • 6,158
  • 6
  • 39
  • 54
0
votes
1 answer

WebDAV ACL: Setting read permission on folder for principal

I am attempting to give another principal read-permission to a WebDAV-folder I own. According to RFC3744 this should be possible using PROPPATCH, but only examples of PROPFIND are listed. The only example I find is an example of how not to set owner…
chknapp
  • 75
  • 1
  • 6
0
votes
1 answer

How to search CalDav Blob from MySql Db?

I'm currently trying to integrate a CalDav Calendar into my website. I'm using "baikal" and it actually works fine, i'm already able to access my calendar via iphone, macbook and so on. What I wanna do now is reading the Events from the mysql…
David flo
  • 3
  • 1
0
votes
1 answer

CalDav server for custom Calendar

I'm trying to look in to a CalDav implementation in my own custom calendar. At the moment I have a jquery/bootstrap calendar functioning with a MySQL database, what I'd like to do now is have that database sync with my phone using CalDav. Does…
Sandeep Bansal
  • 6,280
  • 17
  • 84
  • 126
0
votes
1 answer

access forbidden error when listing caldav directory

I am trying to list the users directory of apple calendar server on my localhost. i am getting access forbidden error , its the same for groups as well. my operating system is ubuntu 12.04 LTS. and the package is from the repository. here is the…
Ravikumar Tulugu
  • 1,702
  • 2
  • 18
  • 40
0
votes
1 answer

sabredav carddav not working on ios, barily working on android

I'm integrating sabredav into my webapplication, the connection between my app -> sabredab seems to be fine. Using the browser I can get to all the vcards needed. On Android when I use the…
Richard Deurwaarder
  • 2,023
  • 1
  • 26
  • 40
0
votes
1 answer

How to remove duplicate event entires from Caldav client for iCloud calendar

I am working on a Caldav client for iCloud Calendar. When we request for the list of calendars there are few calendars as follows which are not visible in the iCloud interface. /calendars/notification/, /calendars/tasks/, /calendars/inbox/ Along…
Jeevan
  • 3,878
  • 6
  • 29
  • 37
0
votes
2 answers

Is there anything similar to Cal/CardDAV in android

I have an app that has been designed for iOS. I have the CalDAV and CardDAV feature as part it that is used to sync the events and contacts from my app to the device. I'm now creating an android app and would like to know if there is something…
lokoko
  • 5,785
  • 5
  • 35
  • 68
0
votes
1 answer

Accessing non-Google Calendar entries on Android

I'm developing an application that needs to aggregate all locations found in your Calendar. Can I access calendar entries from any CardDav provider (e.g. owncloud) on Android, or am I restricted to Gmail/Cal only ?
0
votes
1 answer

iCal sync with database

Let's say I have a PHP file that generates an iCal calendar (file.ics) and I import this file in my smartphone. My question is: how do I sync the changes made on the smartphone with the server that hosts the iCal file? Thank you
aur0n
  • 463
  • 3
  • 14
  • 25
1 2 3
23
24