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

What are Apple iCloud default calendars?

I am accessing Apple iCloud Calendars using CalDav. Currently I have 4 calendars in my account: Home, Work, Test cal 1, Test cal 2. The first two seems to be created by default, the other two are test ones. However when I list calendars of my…
Robson Hermes
  • 425
  • 5
  • 12
0
votes
1 answer

"TO-ALL-PROPOSED-NEW-TIME" non standard ATTENDEE property parameter

Is anyone aware of an RFC describing a ATTENDEE property parameter called "TO-ALL-PROPOSED-NEW-TIME"? macOS 10.12.4 Calendar.app has implemented propose new time using this…
diciu
  • 29,133
  • 4
  • 51
  • 68
0
votes
1 answer

Download and manipulate entire/range of OwnCloud CalDAV via cUrl

I need to communicate with an OwnCloud instance using curl (bash). I know how do download the List of .ics Files, stored in the calendar: curl -k --user "${login}:${password}" -X PROPFIND Source:…
Gira
  • 1
  • 1
0
votes
1 answer

How can I create a new principal on a CalDAV/WebDAV server?

I want to programmatically create a principal with a calendar for every user of my web site. There is lots of documentation on how to create calendars, but I have a hard time finding anything on creating principals. Any hint is appreciated,…
jammon
  • 3,404
  • 3
  • 20
  • 29
0
votes
1 answer

CalDav protocol have analogs?

I know what CalDav it's protocol for sync calendar, but I need know, whether there are analogues. What is the difference between them? I tried search internet but I didn't find any information.
0
votes
0 answers

How to delete a calendar using ical4j?

Is it possible at all? I can create the new one using (CalDAVCollection)collection.createCalendar(httpClient); But not sure how to delete it. I have a calendar name and host and full config but not sure how to delete it. Any ideas?
Djordje Ivanovic
  • 4,151
  • 4
  • 27
  • 49
0
votes
1 answer

Is it possible to create or update events using ical4j

I created a client that is getting calendar data (VEvents) from Yahoo. Now I need to be able to update existing or create new event and 'publish' it, to be visible from Yahoo calendar. Can this be done with ical4j or I need to find some other way…
Djordje Ivanovic
  • 4,151
  • 4
  • 27
  • 49
0
votes
1 answer

Tryton as a CalDAV server

What is the performance of Tryton as a CalDAV server? How does it perform with Mozilla Sunbird / Thunderbird-lighting as a client? Is it ready to apply in real business environments? If not, what other solutions would you recommend?
malloc4k
  • 1,742
  • 3
  • 22
  • 22
0
votes
1 answer

Python Caldav, all calendars have None name

I'm trying to access to all events of my calendar, hosted on Nextcloud, with python and the caldav library. With this code: client = caldav.DAVClient(url) #like "https://..../nextcloud/remote.php/dav/calendars principal =…
cent89
  • 113
  • 1
  • 9
0
votes
1 answer

iCloud Calendar empty response

I have sent below request to iCloud calendar service to get all calendar list. But response is always empty. Can anyone help me? Request: GET /10232836851/calendars/F41F7478-4345-4A4A-8CD5-548122EF2C22/ HTTP/1.1 HOST:…
Gnanavadivelu
  • 263
  • 4
  • 13
0
votes
2 answers

How to get event info from an event link?

I would like to use CalDAV python module to get the whole information from an event, I managed to get a link for the event, but I do not understand how to get the event detail from that event, so I have the link to the…
dsturlan
  • 1
  • 3
0
votes
1 answer

iCloud Calendar sync in application

I am creating application as like Sunrise, Calendar by Riddle, Tiny Calendar, Calendar 5. Requirement is to add multiple iCloud Calendar in application as like above applications doing. I want to sync Apple Calendar (iCal) as like this…
technerd
  • 14,144
  • 10
  • 61
  • 92
0
votes
2 answers

Google Caldav API : issue with event rrule until?

I just met a problem with the API of Google Caldav on a recurring event with an end date For example, if I have reccuring event every day between 15h and 17h until 31/08/2016, the ical event indicated :…
Damien
  • 1
  • 1
0
votes
1 answer

How exactly does a CalDAV server advertise Tasks support?

After connecting to a CalDAV server, you can query to see which services it supports. For example, after Lightning connects to a CalDAV server, it will only allow you to create Task objects if that server advertises Task support. Unfortunately,…
Steve Shipway
  • 3,754
  • 3
  • 22
  • 39