CalDAV (Calendaring Extensions to WebDAV) is an Internet standard allowing a client to access scheduling information on a remote server.
0
votes
1answer
18 views
CalDAV query with text-match for ANY property?
I'd like for a user to enter a search string (for example, "Narnia") and get a list of calendar events where "Narnia" is present in the summary, description, location, or attendee list.
Adding ...
0
votes
0answers
152 views
c# DDay.iCal Saving changes to CalDav Darwin server
I am currently trying to build a calendar management system for off site sales staff.
Basically the calendars I am setting up will be accessed (read and write) using a standard app on a mobile (for ...
2
votes
1answer
48 views
Create webservice which implements a calender protocol like caldav
I'm making a calender application, which has to connect to a webservice. The webservice will get data from a third party database. Is there a way to use a calendar protocol, like Caldav, for this? If ...
0
votes
1answer
110 views
sabredav carddav not working on ios, barily working on android
I'm integrating sabredav into my webapplication, the connection between my app -> sabredab seems to be fine. Using the browser I can get to all the vcards needed.
On Android when I use the url
...
0
votes
0answers
21 views
Is there any way to get calendar names from yahoo
Is there any way to get calendar names from yahoo calendar.
it can get by principal query. but i cant find Principal query in caldav4j library.
also is there any other methods to find it ?
please ...
0
votes
0answers
48 views
Caldav for Yahoo Calendar
Is there any method to find the calendar list from Yahoo server using caldav protocol
please help me , am newbie to this .
0
votes
1answer
149 views
CalDav request example
I'm building a CalDAV server (in Java, using third-party library), pls help me with this:
If the request is: return all events in a calendar whose start date is between [date1, date2], then what ...
0
votes
0answers
38 views
Planing an adress book
I like to develop an adress-book with the ability to sync with android and iOS devices.
At the beginning I thought it will be the best way to setup an OpenLDAP-Server to store all the data.
A few ...
0
votes
1answer
183 views
Developing a CalDav server
I have a set of events saved in my database (a very special database, so I can't use some popular open-source servers with, say, MySQL). Now I want to build a CalDav server (by Java) so that a user ...
0
votes
1answer
219 views
Trouble understanding Calendar and Contact data (Content providers) in Android
I have built a CalDAV/CardDAV server in PHP. The next step is to create an Android client (can't use existing ones).
I have never developed for Android before, so I am looking for the best approach ...
0
votes
0answers
160 views
Integration of Yahoo Calendar using CalDav API
I am trying to access yahoo calendar of a user if his username and password are known. I found a code snippet which uses CalDiv api to do the task. Code uses 2 libraries sardine.jar and ical4j.jar. ...
0
votes
0answers
50 views
generate predictable caldav url with ios6
I'm trying to sync an already existing caldav calendar on an ipod to test an app for ios6. Every time I set up the new account the ipod doesn't see the calendar that already exists and generates a ...
0
votes
1answer
169 views
How to remove duplicate event entires from Caldav client for iCloud calendar
I am working on a Caldav client for iCloud Calendar. When we request for the list of calendars there are few calendars as follows which are not visible in the iCloud interface.
...
0
votes
0answers
203 views
CalDAV in node.js?
Does anyone know of the options for providing a Calendar (CalDAV) interface into a node.js application?
I've seen jsDAV, but it seems it does not currently support CalDAV.
It seems node+express ...
0
votes
1answer
152 views
Is there anything similar to Cal/CardDAV in android
I have an app that has been designed for iOS. I have the CalDAV and CardDAV feature as part it that is used to sync the events and contacts from my app to the device. I'm now creating an android app ...
0
votes
1answer
67 views
Accessing non-Google Calendar entries on Android
I'm developing an application that needs to aggregate all locations found in your Calendar. Can I access calendar entries from any CardDav provider (e.g. owncloud) on Android, or am I restricted to ...
0
votes
1answer
510 views
iCloud CalDAV via PHP
I'm trying to script a basic CalDAV interaction for use with Apple's iCloud calendars of a given account. At the moment, I'm receiving the response shown below:
Precondition Failed
Requested resource ...
0
votes
1answer
161 views
iCal sync with database
Let's say I have a PHP file that generates an iCal calendar (file.ics) and I import this file in my smartphone.
My question is: how do I sync the changes made on the smartphone with the server that ...
0
votes
0answers
210 views
Need library to access caldav server (either php or javascript)
I want to access a CalDAV server from a website using either javascript or php (prefering js so I can embed this in a confluence wiki page). I want to connect to the server using user/password, then ...
0
votes
1answer
66 views
WebDAV Response for a server error
When returning a 500 error response, i want to have a WebDAV XML response like:
<?xml version="1.0" encoding="utf-8" ?>
<D:error xmlns:D="DAV:">
<D:must-be-checked-in/>
...
0
votes
1answer
480 views
CalDav Implementation Using Baïkal
I have Installed Baïkal ( http://baikal.codr.fr/ ) at My local server and added user in that.
When I tring to access url for calDav
BASE_URL/sabre/cal.php/
Then its asking for user authentication, ...
1
vote
0answers
622 views
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 ...
0
votes
0answers
72 views
Add account blackberry simulator
I have a CalDav server and I want to know if it is possible to synchronize the calendars with a blackberry 9300. I found this link in wich I see that you can add a gmail account and that lets you ...
8
votes
1answer
226 views
Is it possible to modify CalDAV / CardDav accounts with an app on iOS?
I was wondering if there is an API for modifying CalDAV and CardDAV accounts on iOS. I am developing an app and I want to make it possible for the user to simply enable and disable calendar / contact ...
0
votes
1answer
262 views
CalDAV implementation
Currently, I research calDAV protocol on Android Java, I stuck in CalDAV Authentication. I understand clearly know how it works. Can everyone give me simple example project to demonstrate it? Thanks ...
0
votes
0answers
190 views
calDav request to Kerio doesn't work
I'm trying to push new events to a calendar with a Kerio interface. I've come so far that the HTTP request doesn't return 403 Forbidden anymore, but now I just seem to get 200 OK no matter what I do.
...
0
votes
0answers
114 views
nutsmail.com potential … I'm looking for a good self hosted email server with webmail and calendar thats theme able and etendable
I have been looking to
using IredMAIL and installing squirlmail and using some themes (hopefully squirrel mail is php based i haven't looked)
i also was looking at using round cube
another thought ...
9
votes
1answer
308 views
How to integrate Tapku with CalDAV service?
I am developing a calendar application using Tapku library. I need to connect Tapku calendar with a CalDAV server.
Does anyone know how to configure Tapku calendar with CalDAV service or any other ...
1
vote
1answer
129 views
How to bind action to google calendar reminder?
I'm using ruby on rails:
Using gdata gem.
I'm using Google calendar to save events for my web application.
I also want to receive notifications/reminders for saved events and I noticed that Google ...
1
vote
0answers
211 views
.NET CalDAV Client
I need my .NET application to access content from a variety of CalDAV servers. I have been looking for a good .NET CalDAV client library for a while now, but have been unable to find anything that ...
2
votes
1answer
187 views
is there support to mark events as read-only either in CalDAV or ical (icalendar)
I've searched the iCalendar spec http://tools.ietf.org/html/rfc5545 and the CalDAV spec http://tools.ietf.org/html/rfc4791 looking for insight on how to mark an event that is sent from our calendar ...
0
votes
0answers
152 views
lightweight daemon for syncing icalendar with remote server using CalDAV
I am searching for a lightweight daemon which can sync a local calendar stored in a iCalendar format with remote iCalendar (currently i want to use google calendar but after am planing to move to self ...
0
votes
0answers
65 views
Run Radicale without logged in user
It looks like Radicale needs to run as a console app under a logged-in user, any hints on ways around this? I need Radicale to run when the machine starts and without a user logged in.
Thanks in ...
3
votes
1answer
1k views
Getting User's List of Calendars from CalDAV
I'm trying to get a list of calendars owned by the current user from a CalDAV server.
I was able to obtain this information using our initial test account with the following request:
PROPFIND ...
1
vote
0answers
180 views
Is there a C++ CalDav protocol library to connect to iCloud//Yahoo
I have started working on C++ Windows application which needs to fetch Icloud and Yahoo Calendars by connecting to the CalDav servers.
Is there a C++ library that implements this protocol?
0
votes
1answer
171 views
List Calendars available for user on CalDAV (Bedework)
I use IP*Works .Net CalDAV-component* to operate on a Bedework quickstart calendar server, set up on localhost:8080. In order to access calendars I need to know their resource URI.
When using Baikal ...
0
votes
1answer
194 views
CALDAV sync algorithm
I'm trying to implement a syn using caldav and sync reports however I'm having conceptual problems about how to sync one calendar (one VEVENT) between multiple clients and the server.
Most rfc's ...
-1
votes
1answer
137 views
Python caldav install failing for Python 2.7 on Windows
Trying to use easy_install to install caldav for Python 2.7. lxml is failing and I've found binary installers for it for all versions of Python except 2.7.
Using easy_install I'm getting the ...
0
votes
0answers
106 views
Hardware for CardDAV/CalDAV server
Do you have any data about performance of any CardDAV/CalDAV protocol implementation? I'd like to know how much load can be handled by a given hardware with a certain CalDAV/CardDAV server installed. ...
0
votes
0answers
116 views
radicale on iPhone
I'm using the default installation of radicale on Windows and I'm having a hard time adding a CalDav account on iPhone. I followed the documentation, tried adding an account using the 5232 and 3000 ...
0
votes
3answers
94 views
How to limit the number of iterations through the List
How I can limit the result of an iterator over my List?
try {
ArrayList<CalanderQueryOutput> results = new ArrayList<CalanderQueryOutput>();
List<?> eventsToday = ...
0
votes
1answer
283 views
Adding new events to iCal with PUT request from PHP client?
I'm trying to synchronize PHP-written calendar with Kerio Connect calendar(iCal).
I have no problems with connecting to calendar and fetching events.
But when I try to PUT any new event it seems that ...
0
votes
0answers
109 views
Put Events from Mobile App to SabreDAV/AgenDAV
I finally got AgenDAV to work with SabreDAV.
Now I would like to add events to AgenDAV/SabreDAV via a Jquery mobile web app.
Anybody has an idea on how to do it? I thought about an autologin on ...
1
vote
1answer
502 views
Disabling caldav reminders in iPhone
I am writing a caldav server for our company which will be compatible with a number of clients, one of the key supported devices will be iPhone running iOS 4+.
This server will only support VEVENTs ...
2
votes
1answer
193 views
HTTP Escape Characters, PHP, CALDAV
I am sending raw requests, and receiving raw responses through HTTP. A number of characters appear to be escaped in the response, such as the comma in this example: "LOCATION:Philadelphia\, PA." My ...
4
votes
1answer
307 views
SabreDAV for .NET?
Is there a CardDAV/CalDAV server framework similar to SabreDAV available for .NET?
I have a WCF REST service written in C# and I'm wondering how hard would it be to expose my calendar and contacts ...
1
vote
0answers
671 views
Want to connect to iCloud caldav server and add an event, preferably from PHP
I am trying to get a server script back end to connect to an iCloud calendar and add an event to a certain calendar.
I have found a scrip that can connect to the iCloud server and scrape all the right ...
0
votes
2answers
582 views
CALDAV protocol
sorry for my english but I'm french. I will do my best.
I have to write a WEB SERVICE ( in java with JAX-RS ) to transform my data to icalendar format. This part is ok.
Now I'm learning the caldav ...
0
votes
0answers
716 views
How to implement custom ACLs for CalDAV in SabreDAV PHP Server
So far I have been unable to successfully implement ACLs (permissions) in SabreDAV.
I have implemented SabreDAV in Code Igniter with my own Auth, Principal and CalDAV backend. This the actual code ...
1
vote
2answers
2k views
Options for syncing a caldav server with Outlook users?
We've got an (in-house developed) calendaring system that support calDav/ical. We are looking for a way for Outlook users to be able to sync with our system. This solution needs to be able to allow ...


