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

Does CalDAV on Google support adding/removing on event-by-event base?

We are writing Web-based software which should allow to automatically schedule events via Google Calendar. Should we use Google Calendar API or is it OK to use CalDAV? Do I understand correctly that CalDAV of Google calendar allows to upload only…
porton
  • 5,214
  • 11
  • 47
  • 95
0
votes
1 answer

List of TzId and TimeZoneName in iCal.Net for iCloud Caldav

1) What is the difference between TimeZoneName and TzId properties of IDateTime inside Ical.Net.Interfaces.DataTypes? 2) Where can I find complete list for both TimeZoneName and TzId ?
Priyank Kotiyal
  • 241
  • 2
  • 13
0
votes
0 answers

error when serializing calendar event

I am trying to modify calendars using the python caldav library (version 0.5.0) on python 2.7. I am using the following code snippet to add an exdate to recurring events for event in results: vevent = event.instance.vevent if…
Michael
  • 3,510
  • 1
  • 11
  • 23
0
votes
1 answer

macOS: Add CalDAV account (Settings/Internet Accounts/CalDAV account) programmatically

Does anybody know how to programmatically (headless in Objective-C/C++, NOT by using NSAccessibility, AppleScript or any other technology accessing the UI) add a CalDAV account to the macOS system? Manually this ca be done in System Preferences >…
dominik
  • 151
  • 1
  • 2
  • 13
0
votes
2 answers

How to avoid time conflict or overlap for CalDAV?

I am studying CalDAV protocol. I have some question for time conflict or overlap for CalDAV. Let me explain by instance for some scenario. I made an event PM1 ~ PM6 in calendar. And then I try to made another event PM2~7 in same calendar. It is time…
Won-Sik Kim
  • 411
  • 3
  • 6
0
votes
1 answer

Forbidden error : While fetching events from iCloud using caldav extension

URL -: https://pxx-caldav.icloud.com/token/calendars/calendarId @"
Priyank Kotiyal
  • 241
  • 2
  • 13
0
votes
0 answers

Not able to get the Caldav URL for Zoho calendar

How do I get the caldav URL for Zoho calendar which works fine in order to get the events from the calendar. I tried using this URL which doesn't seem to working : https://calendar.zoho.com/caldav/{calendar_id}/events/ There is an ical link as well…
Lovika
  • 577
  • 2
  • 10
  • 21
0
votes
1 answer

How to read and get events from zoho calendar using CalDav in node.js

I want to communicate from backend with the calendar using caldav of zoho mail using nodejs. Could anyone suggest me how to implement it? I am using plugin node-caldav-mod I tried this piece of code which doesn't seem to be working. var caldav =…
Lovika
  • 577
  • 2
  • 10
  • 21
0
votes
1 answer

sabre/dav - The server specified an invalid calendar home

I'm working on including sabre/dav as base for a CalDAV-Server into an existing symfony-project. Until now I've successfully extened the auth-classes. It's possible to log in with Lightning and, using the calendars and principals backend from…
jschultze
  • 11
  • 3
0
votes
1 answer

Parsing RRule results wrong occurrences for this specific case

Last instance of daily & monthly recurring not fetching properly, while same case works fine for weekly recurring. I have saved the recurring pattern of events in DB, but when I fetch from DB and set events properties and called…
Priyank Kotiyal
  • 241
  • 2
  • 13
0
votes
0 answers

Some of deleted occurrence of recurring event doesn't comes under EXDATE

BEGIN:VCALENDAR VERSION:2.0 BEGIN:VEVENT SUMMARY:Test TRANSP:OPAQUE ATTENDEE;CUTYPE=INDIVIDUAL;EMAIL=a@icloud.com;PARTSTAT=ACCEPTED; ROLE=CHAIR;CN=a:/aMzg2Mzc2MTQzODYzNzYxNBljuJkfI_9Sr7UoBKqc9uB4hzRY_BLyjaYyqorZZI2N/principal/ …
Priyank Kotiyal
  • 241
  • 2
  • 13
0
votes
1 answer

icloud caldav returning 401 unauthorized

Was using caldav to access icloud calendar, it was working fine. Today, all the requests in my postman collection started to get 401 from caldav.icloud.com I am accessing my own personal account to test, double checked my password hundred times,…
Robson Hermes
  • 425
  • 5
  • 12
0
votes
2 answers

Object to array convert

I use the simpleCalDAV PHP library to work with a CalDAV calendar. So from the server I got information and put it into an array: $rr = $client->getEvents("20160614T000000Z", "20180615T000000Z"); var_dump($rr); array(77) { [0]=> …
autumnrustle
  • 595
  • 1
  • 10
  • 21
0
votes
1 answer

Can't get Sardine to parse CalDav response

I am trying to use Sardine to query Apple iCloud Calendar. However, it seems to me Sardine is not properly parsing the response. This is my CalDav time range query:
Robson Hermes
  • 425
  • 5
  • 12