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

Google CalDAV API 403 error when I want to write on the primary calendar (read is ok)

My problem: I use Google's CalDAV APIs to read and write on the Google calendar. It works fine on all calendars but the user's primary calendar. Reading works fine on the user's primary calendar (calendar id is the same as that user's email…
Damien
  • 1
  • 1
0
votes
1 answer

iCloud calendar: Getting unauthorized error from CalDav server

I'm trying to PUT an event on iCloud calendar using CalDav. After several proper requests and responses and getting the user principal and calendars, when i try to PUT an event, the server returns Unauthorized error. Here's the network log from…
Ali Asgari
  • 801
  • 7
  • 18
0
votes
1 answer

Google CalDAV: Bad request on PUT event

I'm developing a calendar client using CalDAV. I'm trying to create an event on my Google calendar. What's wrong with the PUT request at the end causing Bad request error? Here's log for my first two successful requests and the Bad! PUT…
Ali Asgari
  • 801
  • 7
  • 18
0
votes
1 answer

iCloud calendar Delete Event Request not working with caldav

Iam using caldav-client-v2.php library to read calendar events from iCloud calendars, GetEvents() function returns array of calendar data wich contains ics url and etag,which are passed to the DoDELETERequest(href,etag) for deleteing event, this is…
rashidnk
  • 4,096
  • 2
  • 22
  • 32
0
votes
1 answer

Publish CalDav events for site members and manage participants

I'm running PHP site with a user database and a shared calendar (events) moderated database. I want to publish these events in iCal/CalDAV so that members can: Get all calendar events, in sync, with authentication (private URL...) Join an…
KrisWebDev
  • 9,342
  • 4
  • 39
  • 59
0
votes
0 answers

Python 2.6 : Using caldav and carddav libs at the same time -> lxml ImportError

I'd like to create a VERY simple access to a Baikal CalDav/CardDav server to read address book and calenders entries. No update required, read-only! The whole thing must run with Python 2.6 (Win32) - not 2.7 or 3.x. I found these packages: CalDav:…
Oli K
  • 39
  • 7
0
votes
1 answer

Changes to recurring allday events not sent from iCal

I'm running a sabre CalDAV server and I'm using iCal on Yosemite as a client. Now, I create an allday recurring event in iCal and use the Charles Proxy to check the body of the request, that is sent from iCal. Creating the event it sends correct…
0
votes
1 answer

import ics to google calendar using caldav

I cannot manage to import an ics file to Google. I searched the Calendar apis. They apparently do not implement it. I then tried Google caldav (which lacks documentation at 99%). I wrote this sample function and it fails with error 400 BAD…
CloudAnywhere
  • 669
  • 1
  • 11
  • 27
0
votes
1 answer

Unique appointment identifier in outlook when using different computers through sync'd account

Running into a slight annoyance. The application I'm developing has a calendar system built in that feeds appointments to an icloud calendar in outlook for the purpose of synchronising to phones are spread out over multiple icloud calendars (one for…
Takarii
  • 1,612
  • 2
  • 18
  • 29
0
votes
0 answers

cURL Settings Prevent Authentication to Yahoo Caldav Server

Im not sure the title of this question is what it actually asks for, i am using a PHP Library https://github.com/wvrzel/simpleCalDAV for connecting to different Calendar providers, Like Owncloud, iCloud, Yahoo, etc, iam able to connect, list…
rashidnk
  • 4,096
  • 2
  • 22
  • 32
0
votes
1 answer

CalDAV handling in Swift or Objective C

I'm trying to manipulate CalDAV events with EventKit or a third-party library. I have a CalDAV server hosted in my local network and I added some extra property parameters in the RESOURCES property of a VEVENT, it looks like:…
Robin Delaporte
  • 575
  • 5
  • 15
0
votes
1 answer

How to log in to a website automatically?

I have been trying to work on this project for a long time. I need to find a way to log in automatically to this website so people see the calendar information without using the credentials every time. So far, the best approach is a code in php…
cronos
  • 536
  • 2
  • 8
  • 20
0
votes
2 answers

403 CalDAV error: valid-calendar-object-resource

I'm attempting to create a new event in an iCloud calendar. I'm getting a valid-calendar-object-resource error, which according to the spec says my PUT request doesn't meet Section 4.1 in the spec. However, this is the body of the request, which, as…
FeifanZ
  • 16,250
  • 7
  • 45
  • 84
0
votes
2 answers

Difference between Occurrence and Instance in iCalendar standard?

Are there any difference between terms "occurrence" and "instance" in iCalendar RFC 5545? I found that CalDAV RFC 4791 is using term "instance" only, there is no term "occurrence" used in it. It looks like these are synonyms or am I wrong?
IT Hit WebDAV
  • 5,652
  • 12
  • 61
  • 98
0
votes
1 answer

Does objective C support the caldav?

I want to ask a question about the objective C. Do the objective C and iOS 4 support the caldav? Thank you very much.
Questions
  • 20,055
  • 29
  • 72
  • 101