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
0 answers

Saving primary calendar as default

When I authorize to Google Calendar Caldav I want to save the email address as default calendar. But the email address is not returned in the response only things like the access token. When authorizing you don't fill in the email address on your…
Sinan Samet
  • 6,432
  • 12
  • 50
  • 93
0
votes
0 answers

Get calendars from owncloud with C# UWP app using caldav

I have a raspberry pi with windows 10 IOT and remote program it with visual studio in c# from my windows 10 PC. I now want to show the calendars from my online owncloud on a display connected to my raspberry pi. Now I have the problem to read the…
Suiram83
  • 45
  • 7
0
votes
1 answer

Best way to create a Caldav endpoint URL for data collection to a DB?

I am looking to consume data that is shared via the icalendar protocol. In order to receive this data I need an end point URL to plug into this app that will begin feeding the endpoint URL data. Ideally I'd like to scale this to a multi-tenant but…
0
votes
0 answers

Missing required xml elements error in CalDav invite-response request

I'm trying to script an automated acceptance to shared calendar invites using python. As per the RFC here: https://github.com/apple/ccs-calendarserver/blob/master/doc/Extensions/caldav-sharing.txt I've created the following xml which I send as a…
0
votes
1 answer

SOGo: CalDAV Entries not showing in Client (iOS, macOS, Android)

we have set up a CalDAV server here with SOGo as backend and frontend (WEBUI). Which is working as expected. But there are some errors which I cannot reproduce and the logging also gives no hint since there is no logging: 1) macOS 10.11 - latest…
swift_dan
  • 2,628
  • 2
  • 12
  • 19
0
votes
0 answers

CalDAV client for iClouds: MKCALEDAR requests stopped working and fail with 412 Precondition Failed

I developed a client for iCloud calendar service that uses CalDAV protocol. I use caldav4j library for Java, however the problem I encountered is language/library independent. Several days ago creating of new calendars in my client stopped working.…
0
votes
1 answer

Syncing / adding / removing events with iCloud Calendar

I've literally looked around the internet for over a week searching how to do this. iCloud don't provide an API / oAuth, I've seen some solutions on SO where they say use CALDAV, but businesses simply aren't using this route when connecting to…
Duke Dodson
  • 86
  • 1
  • 1
  • 8
0
votes
1 answer

caldav wordpress plugin without curl, using wp_remote_get() instead

I'm currently trying to write a wordpress plugin that connects to a caldav server and creates an .ics file from the calendar data. as a first step, I used…
0
votes
1 answer

Google CalDAV receiving 405 while trying to alter an existing event via 'PUT'

I'm working with Google's CalDAV functionality and am having issues when trying to update an event on a calendar. I'm receiving a "405 - Method Not Allowed" response on my PUT requests. $calendar = 'BEGIN:VCALENDAR PRODID:-//Google Inc//Google…
Kody458
  • 91
  • 4
0
votes
1 answer

SabreDAV Client create calendar object

I'm try to add an calendar opject into my SabreDAV server. From an existing client (like iOS or iCalendar on OSX) this works great. But when trying to add a new calendar object I get the following error: Sabre\CalDAV\Exception\InvalidComponentType …
Mark
  • 1
0
votes
1 answer

caldav client unknown to mdaemon

I am trying to install a graphic interface caldavzap (open source web client) on a server of the company (Windows Server 2003), so that it can show the calendar located in another domain. https://www.inf-it.com/open-source/clients/caldavzap The…
marc
  • 1
  • 1
0
votes
1 answer

CALDAV add event in icloud with notes

I have implemented caldav api's to manage icloud calendar and everything working as expected. But now I am trying sent event with description includes html content instead of plain text. I had done my research and couldn't be success. Below is…
samiaj
  • 421
  • 1
  • 5
  • 15
0
votes
1 answer

How to get freebusy details in python-caldav library

I am using python-caldav and vobject Python libraries to connect to and parse calendar files from a private caldav server. I cannot for the life of me figure out how to make a freebusy request using these libraries. I've searched through the…
0
votes
1 answer

xml, get calendar-data (davical calendar)

I want to get calendar-data from XML. XML source: /caldav.php/admin/test/test.ics text/calendar "674fb05966bc1eb50aa86a2c4ca40b4a"
inuryyev
  • 143
  • 2
  • 10
0
votes
1 answer

Does caldav expose a property to identify whether an event is in a floating timezone?

Do caldav exposes property to identify whether event is in floating timezone or not?
Priyank Kotiyal
  • 241
  • 2
  • 13