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

Get events from CalDAV server using curl

I am trying to get all events from a certain CalDAV server (Baikal in this case) with curl. Base tutorial for this task is this. According to this tutorial, the request should look something like this: PROPFIND /calendars/johndoe/home/…
nimrod
  • 5,595
  • 29
  • 85
  • 149
0
votes
1 answer

How to sync client for inbox and calendar resource of a user

I am trying to understand event scheduling with Caldav I use CalendarServer Using mac iCal Client, 'userA' created an event and invited 'userB' At this point 'userB' has two items for the same event in his collections: Inbox - Request from 'userA'…
GJain
  • 5,025
  • 6
  • 48
  • 82
0
votes
1 answer

Reading free-busy calDAV iCloud PHP

I'm trying to read free-busy information from an iCloud calendar. I based my solution on this php client https://github.com/muhlba91/icloud/blob/master/PHP/icloud.php What works so far: Getting the Apple user number from an apple ID, using the…
Rbn
  • 13
  • 5
0
votes
1 answer

CalDAV allprop not working as expected

I am using CalDAV server. When I send following request: curl --request PROPFIND --user admin:admin --header "depth:0" --header "Content-Type: text/xml" --data ""…
GJain
  • 5,025
  • 6
  • 48
  • 82
0
votes
1 answer

501 error with baikal / calDAV

I found some calDAV / sabre / baikal related questions and answers here at stackoverflow, so this might be the appropriate place for my question. I set up a baikal-flat server at my domain, hosted at one.com. My .htaccess lives at /baikal and looks…
herrdeh
  • 11
  • 2
0
votes
1 answer

Google CalDAV: recreate meeting

A SyncEvolution user has reported problems with mirroring a local calendar in Google Calendar: when refreshing Google Calendar via CalDAV (= DELETE all events and recreate with PUT), some PUT commands fail with "404 Not Found". It looks like this…
Patrick Ohly
  • 712
  • 6
  • 8
0
votes
1 answer

XCode iOS8 Create EKCalendar from code with CalDAV credits

Is it possible to create an EKCalendar directly from code with CalDAV credentials (Server, User Name, Password...)? Something like: + calendarForEntityType: withCalDAVCredentials: eventStore: Or the only way it's to previous configure the CalDAV…
0
votes
1 answer

Yahoo CalDav get calendar events

I'm trying to get the event details from the yahoo calendar using the next code. However i only get the .ics links and not the details of the events. The code works for other CalDav severs (e.g. ICloud). So... am I missing something here? Kind…
0
votes
1 answer

How to use the calDAV protocol on a Flex application?

I'm a trainee and am learning about Flex, so I'm a total noob at this... My boss asked me to research the calDAV protocol for us to use in a calendar app we already have. I was trying to understand the Google API but I have no clue how to put this…
user3219980
0
votes
1 answer

CalDAV Partial Retrieval of Events by Time Range; Namespace error

Currently I try to implement a CalDAV client using the Jackrabbit Libery and the information out of the RFC 4791 CalDAV Based on the example out of the RFC for Partial Retrieval of Events by Time Range I implemented the following code to execute a…
Aviation
  • 11
  • 3
0
votes
1 answer

Using the CalDav API for Google Calender

I have a problem accessing caldav based on these directions: https://developers.google.com/google-apps/calendar/caldav/v2/guide My problem…
eshalev
  • 3,033
  • 4
  • 34
  • 48
0
votes
1 answer

Installing multiple configuration profiles with CALDAV payloads on iOS device

I would like to provide two links on the iOS app that I am working on now for downloading two configuration profiles using safari. Both are configured to install CALDAV payloads and nothing else. The profiles were configured with different name,…
Feby Sam
  • 793
  • 1
  • 6
  • 14
0
votes
1 answer

redirect_uri_mismatch - What is wrong with the address I'm using?

When I try to access my Google calendar (via Roundcube webmail, using google_oauth2 plugin), I get this exact error: Error: redirect_uri_mismatch error. The redirect URI in the request:…
0
votes
2 answers

Getting calendar-data via multiget REPORT method in php

I try to get multiple event in caldav using a multiget request as explain here: http://sabre.io/dav/building-a-caldav-client or here: Reading Apple/iCloud calendar data using PHP/CalDAV It's suppose to be as simple as passing:
Vincent
  • 11
  • 5
0
votes
1 answer

Does iOS CalDAV and CardDAV support non-default ports?

I am trying to connect to CalDAV server from iPad, iOS v7.0.2(11A501), that is running on HTTP port 8080. It failed to connect. Using Fiddler tool I have found that iPad CalDAV client is sending requests to port 443 and to port 80 instead of the one…
IT Hit WebDAV
  • 5,652
  • 12
  • 61
  • 98