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
8
votes
1 answer

How to integrate Tapku with CalDAV service?

I am developing a calendar application using Tapku library. I need to connect Tapku calendar with a CalDAV server. Does anyone know how to configure Tapku calendar with CalDAV service or any other iOS calendar library where I can connect with…
Chinthaka
  • 966
  • 1
  • 13
  • 42
7
votes
0 answers

How to share a calendar between users on Baikal?

I have a Baikal server installed, I have two users: Bob and Alice. I want to share Bob's calendar with Alice. I tried to go to my.baikal/dav.php/calendars/bob/calendar-to-share/ (which is the Sabre/Dav interface) and to give Alice access by using…
LucileDT
  • 546
  • 1
  • 6
  • 22
7
votes
1 answer

How to push events to IPhone calendar

I'm trying to integrate my application (Windows desktop app, and Web app) with mobile calendars. My application is supposed to push new events to mobile calendars fetch events form mobile calendars So far I managed to integrate with Google…
Andrzej Gis
  • 13,706
  • 14
  • 86
  • 130
7
votes
1 answer

Using a Server as a CalDAV client to sync calendar data and concerns

For a calendar application, I want to know of 3rd party calendar event changes. For example, a user adds an iCal/Google calendar into my app. My app should be notified of changes to events. After some research, it seems CalDAV is the way to do it.…
Jiew Meng
  • 84,767
  • 185
  • 495
  • 805
7
votes
3 answers

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 calendars, add todos and things like that. I've looked…
Sandman
  • 2,323
  • 5
  • 28
  • 34
6
votes
0 answers

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 knows how to do that in some kind of programming…
Andrea Giovacchini
  • 5,027
  • 3
  • 21
  • 23
6
votes
8 answers

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 ProtocolException) I have to write/deliver a complete…
mutter erde
  • 61
  • 1
  • 2
5
votes
1 answer

SabreDAV for .NET?

Is there a CardDAV/CalDAV server framework similar to SabreDAV available for .NET? I have a WCF REST service written in C# and I'm wondering how hard would it be to expose my calendar and contacts data using CalDAV and CardDAV protocols. So far I've…
Michał Fronczyk
  • 1,859
  • 4
  • 24
  • 29
5
votes
1 answer

webcal:// links no longer open Apple Calendar on MacOS

Our platform publishes our users' calendars as an .ics feed to which they can subscribe to - the feed is generated at runtime using PHP and the links are published using the format of…
The Onin
  • 5,068
  • 2
  • 38
  • 55
5
votes
0 answers

How to do CalDav multiput delete for iCloud?

We have an iCloud calendar PHP integration that uses batch CRUD methods as detailed here: https://github.com/apple/ccs-calendarserver/blob/master/doc/Extensions/calendarserver-bulk-change.txt It appears Apple has updated their servers because since…
Randam
  • 120
  • 7
5
votes
1 answer

How does Sunrise for iOS use iCloud credentials to access our calendar?

Sunrise on iOS is calendar that, with version 2, added support for iCloud calendars. From this page, the team at Sunrise say this: When you type in your iCloud credentials, they are sent to our server only once in a secured way over SSL. [...] We…
matehat
  • 5,214
  • 2
  • 29
  • 40
5
votes
2 answers

Synchronize two CalDAV servers

In short, I'm looking for a solution on Ubuntu/Linux that will allow me to keep two calendars, each managed by a remote CalDAV server with a web interface, in sync, in the sense that any change I make on one of calendars through its web interface…
4
votes
1 answer

How to prevent iOS from suggesting to subscribe to an ICS file online?

I am running a newsletter about some events for which I want to include a "Add to calendar" link. To do so, I am hosting some ICS files on Linode's Object Storage (which is S3-compatible). Here is an exemple of a URL for a calendar event:…
Mick F
  • 7,312
  • 6
  • 51
  • 98
4
votes
1 answer

Google Calendar API and Google App Verification Process

I'm creating a website for a client that utilizes the Google Calendar API. Essentially, the client needs to be able to input his calendar ids and have events populate on the website. This is handled via a firebase function that performs a request to…
735Tesla
  • 3,162
  • 4
  • 34
  • 57
4
votes
2 answers

Apple iCloud CalDAV '403 Forbidden' when creating event

This is similar to 403 CalDAV error: valid-calendar-object-resource except that the trivial solution (adding the UID to the URL) was already implemented. I'm receiving '403 Forbidden' from the iCloud CalDAV server for one specific user account. I…
Jami Couch
  • 451
  • 3
  • 8
1
2
3
23 24