356 questions
0 votes
0 answers
19 views
Why does Apple iCloud CalDAV always return 400/405 on PUT (creating events)? Is iCloud CalDAV write-protected?
I’m trying to create events on an iCloud Calendar using CalDAV. READ operations work: PROPFIND → OK REPORT (get events) → OK Authentication with app-specific password → OK But every PUT request (...
1 vote
0 answers
56 views
Wrong results from CalDAV query due to repeating events
I've got two nextcloud servers. In a python query I can query events for a time span. The query itself is successful. But the found events are strange. There are some results way out of the time span. ...
0 votes
0 answers
19 views
Cyrus CalDAV event creation over cli
Is there a way of creating events for a users CalDAV calendar in cyrus over the cli? I cannot find any documentation about cli commands for the CalDAV module nor for the web API used in the admin GUI. ...
0 votes
0 answers
54 views
trying to get events from icloud calendar using java/com.github.caldav4j
Using Java, I am trying to use com.github.caldav4j to download events from my iCloud calendar. Using caldav4j i am successfully getting the principal_url and got a list of calendars and got the ...
0 votes
0 answers
82 views
CalDav Plugin integration issue in RoundCube Mailcow
I am working on CalDav plugin integration in my Roundcube mailcow. I am using this plugin https://packagist.org/packages/kolab/calendar The issue is that after following all installation methods, ...
0 votes
0 answers
54 views
How Do You Correctly Write an XML Request for CALDAV Client .NET
I'm trying to access the events of an Apple Calendar. So far I was able to call PROPFIND and get the Principal User. Now my question is how do I use the principal user to find the server? I have the ...
0 votes
0 answers
37 views
CalDAV calendar with event-based permissions - is this possible?
We are developing a hub that integrates various groupware tools. We want to have a calendar that supports CalDAV. On top of the calendar-based permission management, that you have in the Nextcloud ...
1 vote
0 answers
278 views
CalDav calendars in "New Outlook"?
I need to use Outlook at work, and I'm trying the "New Outlook". In the old Outlook, I synced an external calendar using CalDav Synchroniser, and this worked fine. However, when I switch to ...
0 votes
1 answer
362 views
How to Sync iCloud Calendar to my Calendar App?
I'm making a calendar app using expo and have successfully synced it with Google Calendar using CALDAV. For now I just want to sync my iCloud calendar. I've seen two solutions to sync iCloud calendar. ...
-1 votes
1 answer
89 views
How to delete a calendar collection RFC 6638
I am trying to delete entire user calendar as part of user wanting to delete account. I am trying to use following URLS to delete an event and calendar resource. The delete event URL works but the ...
0 votes
1 answer
410 views
Implement push notification for ICloud Caldav-based calendar
I have a fully working Caldav java-based implementation to interact with ICloud calendars. I would like to enhance it by implementing some kind of push notification mechanism similar to Google ...
2 votes
0 answers
2k views
Accessing iCloud Calendar API from a NodeJS server
I am trying to build an app (JavaScript) to confirm the appointments of a doctor automatically by reading the iCloud Calendar events from a specific day and then confirming such appointments. I have ...
2 votes
0 answers
417 views
How to implement the CalDav server
Should I implement CalDav client to synch with external CalDav server ? Or CalDav server can do it somehow ? Like in apple calendar, I have to input server url, username, password If I want to add ...
1 vote
0 answers
69 views
How to use sort_keys in Python CalDAV?
The Python CalDAV documentation says one can search calendars and sort result by sort_keys. But I cannot find any hint, what these keys could be. search(xml=None, comp_class=None, todo=None, ...
0 votes
0 answers
72 views
Port dissapears from URI in adb android.intent.action.VIEW command?
Context While attempting to automatically configure DAVx5 over (usb) adb, I noticed the port that I include in the intent, does not arrive at the DAVx5 app. Example I can run: adb shell am start -a ...