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

iCloud Calendar Requests

I'm trying to access the my iCloud calendars through curl (using this as a test before I write any code), but am getting unauthorised access errors. Has anyone had any luck in getting this to work? I've used this to extract my user ID and have…
clicky
  • 865
  • 2
  • 14
  • 31
4
votes
2 answers

How to use Bedework server as a service for another system

For my application I need to use an open source calendar server. After some research I selected Bedework Server for my task. Basically what I want is to use this server to handle my application's calendar events. Even though I have setup a local…
igk
  • 96
  • 6
4
votes
2 answers

Getting a rsvp response from a created .ics file

I’m working on an OSX app where I want to create calendar events, add some attendees, add the event to the user Calendar, and send an invitation to the attendees. First I thought I could use the Eventkit framework, but for some reason you can’t add…
Steffen Andersen
  • 203
  • 4
  • 10
4
votes
1 answer

CalDav UID assignment by server

I have custom built a CalDav server in C# for a product we are selling and everything works quite peachy. There is just one thing that is bothering me, but nowhere in the standards I could find a solution for my 'annoyance'. When a client is…
Wim Haanstra
  • 5,918
  • 5
  • 41
  • 57
4
votes
3 answers

How to setup CardDAV and CalDAV in Apache Server?

If my question is stupid, I'm sorry, I'm a newbie, and totally have no idea if that's possible or something. I have already set up my personal http server, including webdav, using apache and tomcat on my PC, so that my android and ios devices can…
cdytoby
  • 839
  • 10
  • 26
4
votes
0 answers

Is there any CalDAV+CardDAV server implementation available in .NET?

Is there any CalDAV+CardDAV server implementation/open-source projects available in .NET? I've searched a lot and couldn't find any server implementations. Thanks in advance...
Libin TK
  • 1,477
  • 2
  • 25
  • 46
4
votes
2 answers

Reading Apple/iCloud calendar data using PHP/CalDAV

I'm attempting to quickly find free/busy time by fetching the calendar events for an iCloud calendar via CalDAV. I'm able to get the available calendars, and according to documentation here or using the DAViCal client library fetching the calendar…
Brian Hogg
  • 404
  • 1
  • 5
  • 12
4
votes
0 answers

Debugging iPhone CalDAV interactions?

I'm trying to connect my internal CalDAV server to my iPhone but am running into issues. The CalDAV account is recognized as valid on the "Mail, Contacts, Calendars" settings page, and I can see activity on my server where (as far as I can tell)…
stpiker
  • 383
  • 1
  • 3
  • 13
4
votes
1 answer

iCloud CalDAV via PHP

I'm trying to script a basic CalDAV interaction for use with Apple's iCloud calendars of a given account. At the moment, I'm receiving the response shown below: Precondition Failed Requested resource has a matching ETag. The code I'm using was…
Andy
  • 117
  • 2
  • 10
4
votes
2 answers

is there support to mark events as read-only either in CalDAV or ical (icalendar)

I've searched the iCalendar spec https://www.rfc-editor.org/rfc/rfc5545 and the CalDAV spec https://www.rfc-editor.org/rfc/rfc4791 looking for insight on how to mark an event that is sent from our calendar server to an iPhone as "read-only"…
Bill Caswell
  • 557
  • 1
  • 5
  • 15
4
votes
1 answer

Getting User's List of Calendars from CalDAV

I'm trying to get a list of calendars owned by the current user from a CalDAV server. I was able to obtain this information using our initial test account with the following request: PROPFIND /calendars/users/test/
Jonathan Wood
  • 65,341
  • 71
  • 269
  • 466
4
votes
1 answer

Is there a C++ CalDav protocol library to connect to iCloud//Yahoo

I have started working on C++ Windows application which needs to fetch Icloud and Yahoo Calendars by connecting to the CalDav servers. Is there a C++ library that implements this protocol?
Subbi Reddy K
  • 392
  • 1
  • 2
  • 14
3
votes
1 answer

How to implement custom ACLs for CalDAV in SabreDAV PHP Server

So far I have been unable to successfully implement ACLs (permissions) in SabreDAV. I have implemented SabreDAV in Code Igniter with my own Auth, Principal and CalDAV backend. This the actual code from the controller:
Phillip Whelan
  • 1,697
  • 2
  • 17
  • 28
3
votes
1 answer

How can I delete an event with CalDAV

I want to delete an Event of my Nextcloud calendar using CalDAV. But when I try to delete an object, I get an error. This is my code: import caldav client = caldav.DAVClient(url='https://ppp.woelkli.com/remote.php/dav',…
Lion Hunter
  • 89
  • 1
  • 8
3
votes
0 answers

Provide a password protected calendar for each individual user

I am building a Public Web App (react, typescript, firebase firestore) in which users can manage events of ther groups. A group can have any number of members, which can all log in to the page to see their next events. I want to dynamically create a…
Andri
  • 553
  • 4
  • 20
1 2
3
23 24