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

How to get same propfind response for each request while listing icloud calendars?

I am listing calendars from icloud using caldav request propfind, I am able to get the calendar collection, but the output differs for each run. The calendar-enabled and current-user-principal properties are missing some time and some time it…
Dhanashri
  • 31
  • 2
3
votes
2 answers

Does Yahoo Calendar API (CalDav) works with OAuth?

Does Yahoo Calendar API (CalDav) works with OAuth?
bernardw
  • 1,370
  • 3
  • 15
  • 27
3
votes
1 answer

How to access Apples iCal-Server via Python

I'm trying to access Apples iCal-Server on a Mac OS X Snow Leopard Server via Python. The server is up and running and working with it via the iCal-Application is just fine. Now I need to access this server via Python to use it as backend for…
Hive
  • 31
  • 1
  • 3
3
votes
2 answers

Adding events to Baikal CalDAV server using PHP

I want to push events to a CalDAV calendar that is installed on my webhost. I am using the Baikal CalDAV server. This is my PHP:
nimrod
  • 5,595
  • 29
  • 85
  • 149
3
votes
2 answers

Google calendar access via java

I have a home integrated project working with google calendar...well, it was working. I've been using it for at least 6 months, maybe a year, I forget. Suddenly google changed the rules, and I can't figure out how to make things work now. I don't…
Taltos
  • 141
  • 1
  • 4
3
votes
3 answers

Detecting if an EKStore allows creation of calendars

I'm working on an app which needs to publish data to the user's calDAV calendar (iCloud or other). In order to do this, I need to detect if that source allows the creation of calendars and reminders. EKSource doesn't offer much in terms of detecting…
3
votes
1 answer

iOS/OS X calendar app and CalDAV service autodiscovery

I'm building my own CalDAV server using jsDAV library (a JavaScript fork of SabreDAV library). Now I'm able to serve my calendars by direct calendar url (so I've got my backends set up, both auth backend and calendar backend). I want to be able to…
Olegas
  • 10,349
  • 8
  • 51
  • 72
3
votes
0 answers

Make ics files read only / writable calDAV

I have a question regarding calDAV servers and .ics calendar files. Is it possible, to make certain VEVENTS read-only and others writable? The user should not be allowed to change every VEVENT in his calendar only some selected by me. Thanks!
zer02
  • 3,963
  • 4
  • 31
  • 66
3
votes
1 answer

Can I reinstall or reset Calendar? Delegates disappearing and reappearing

A colleague is having an issue with CalDAV where delegations keep appearing and reappearing. They dont stay on the calendar and every refresh of Delegates leads different results. The Calendar works fine for everyone else and only happened to the…
Martyn
  • 806
  • 1
  • 8
  • 20
3
votes
1 answer

Solcalendar, syncing with Owncloud

I'm trying to configure Solcalendar to sync with owncloud 6.0.0. I used "Custom" option and type there http://hostname/owncloud/remote.php/caldav/calendars/[myUsername]/[myCalendarNAme] And of course my login anc password. I get the message "Check…
Anatoliy
  • 31
  • 3
3
votes
1 answer

OAuth2/Google CalDAV - List of calendars for user

I used to request caldav servers to give all defined calendars for a given user. That works with fruux/ownCloud(Sabre) and also GCalendar the classic method. The request is this: method: PROPFIND headers:Depth: 1 …
gNeandr
  • 381
  • 1
  • 4
  • 14
3
votes
1 answer

Make exception event from original recurring event?

I found that Events.CONTENT_EXCEPTION_URI (here) used for make recurring event. It's hardly to find document or code example from internet. So I try many ways 1 Insert as SyncAdapter ContentValues values = new ContentValues(); …
Tai Tran
  • 1,406
  • 3
  • 15
  • 27
3
votes
0 answers

best way to make calendar available online (CalDav, ics,...)

I have a calendar (ie a set of events) that I would like to make publicly available with a technique that allows from as many platforms (windows,ios,android,...) as possible to subscribe/import to this calendar. I've been reading for a while on…
Pete89
  • 51
  • 1
  • 3
2
votes
0 answers

Is there a CALDAV plugin for Eclipse Mylyn?

We use Zimbra at work and I'm thinking I should centralize my todo list into one thing. I'm starting to lean towards that one thing being Eclipse, given how awesome Mylyn is. Is there a remote repository plugin to Mylyn so that it can connect to…
jldugger
  • 2,339
  • 6
  • 22
  • 24
2
votes
0 answers

CalDAV: Deleting entry by attribute or UID

I am a network admin not a software developer and confronted with the following issue: A user has five (here SOGo) CalDAV calendars and "Outlook CalDAV Synchronizer" has distributed all events homogenize over all calendars. Creating an export/backup…
theAnimal
  • 17
  • 4