boubacar | 12 Apr 2010 17:43
Picon
Picon
Favicon

caldav4j

Hi,
I am developing an application based on caldav4j. I have a password and 
IDs to authenticate. In my application, I shall print all my events of 
all calendars. But just the events on my main calendar are displayed. 
How can I solve this problem? Or is't possible to browse my calendar 
root path?
Thank you.
Sven Richter | 13 Feb 2010 12:00

python web client?

Hi folks,

i read a lot about caldav and groupdav and things and i tested even
more groupware clients and servers regarding synchronization. Just to
find out that most combinations suck or dont work at all. So i
wondered what this all is about and tried to implement my own little
groupdav server.
But, the problem is, the groupdav draft is very, unspecific, i think
and i am looking for examples.
On your page i found the hint that stelian pop python groupdav client
module, but i havent found the post about it. I'd be interested in it,
if somebody got it hanging around?

I'd be interested in other examples too. Like source code from kontact
or things like that. I was looking for it, but moving through
thousands lines of code, without knowing what exactly to look for,
some kind of sucks ;-)

Greetings
Sven Richter
Christian Naumer | 4 Jan 2010 14:10
Picon

Thunderbird 3

Hallo there,
are there any plans for porting the addressbook connector (from inverse)
to thunderbird 3?

Regards

Chrisian Naumer

--

-- 
Dr. Christian Naumer
Senior Scientist Analytics & Engineering

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail cn@..., homepage www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Jürgen Eck
Vorsitzender des Aufsichtsrats: Ulrich Putsch

Boris Yakubov | 1 Oct 2009 21:08
Favicon

Inverse Lightning + Egroupware

Hello all,

I am seeing the following strange behavior when I use SoGo Inverse 
lighting along with the dav calendar housed by my egroupware server:

    In Thunderbird lightning I add a new calendar select "on the 
network", select caldav with url 
http://my-Egroupware-server/egroupware/groupdav.php/username/calendar/
    The calendar shows up just fine, and I can add and delete events in 
the calendar
    However, when I add an event and set a reminder, the reminder is not 
saved. I receive NO error messages, and checking the egroupware database 
on the back-end I can see that there is no entry in the egw_async table, 
which is where it normally stores reminders/alarms.
    If however, I use a web interface to access the calendar (ie i open 
the calendar url in the web browser) I can set the reminder/alarm in 
there and it saves it just fine, also if I do that, the reminder "yellow 
bell" shows up in the thunderbird lightning as well.

Has anyone seen this behavior before and if so, I would appreciate any 
and all help with this.

Thank you,

Boris
Adam Tauno Williams | 22 Feb 2009 18:21
Gravatar

Spec 2?

Is a second draft of GroupDAV in the works?  For example - an expansion
of section 9 which is currently:

9. Error Codes

   TODO: specify the error codes.
   o recurrence rule unsupported
   o recurrence rule produces too many entities
   o could not parse timezone
   o alarm not supported

Matthew Monaco | 16 Feb 2009 06:40
Picon

Re: shared resources?

Well, for example.

I'd like to be able to set up a meeting with however many invitees.  I'd
also like to specify a room from a list of available rooms.  I may also
want to include a projector or some similar resource.  Others would be
able to see that the room and projector were taken at that time.

There really isn't any difference between the room and projector,
they're just shared resources.

A resource could have a quantity associated with it.  If my organization
has 5 projectors, rather than have projector01 - projector05, I could
simply attach a single projector to my event so long as at least one is
available.

There could also be users who manage resources.  I may request a
projector but it would be up to someone to allow it or not.  This would
be the equivalent of the projector "choosing" to attend the meeting...

I may be looking beyond the scope of what groupdav is all about, but I'm
 looking for a serious alternative to Exchange.  I'm involved with a
local government org, ready to switch to an open source network, but
Exchanges groupware functionality is the only thing holding them back.

> On 16.02.2009, at 00:04, Matthew Monaco wrote:
>> Does the specification now, or plan to, support shared resources like
>> rooms, cars, projectors, etc (and the permissions associated with  
>> them)?
> 
> 
(Continue reading)

Matthew Monaco | 16 Feb 2009 00:04
Picon

shared resources?

Does the specification now, or plan to, support shared resources like
rooms, cars, projectors, etc (and the permissions associated with them)?
Christoph Kaulich | 29 Jan 2009 15:42

Evolutoion 2.9

Hello, 

can someone pleae tell me the current state of Evolution and Groupdav? Has the 
work of the noodle project disappeared? 

I can't find a way to enable Groupdav in Evolution.

Thanks

Christoph
Bastian Tweddell | 15 Jan 2009 11:15
Picon
Favicon

Propfind

Hi,

does the specification of GroupDAV/WebDAV allow a PROPFIND with conditions?

e.g. Find all responses with property <getlastmodified> .gt. 'sometime' ?

TIA
Bastian
Helge Hess | 8 Jan 2009 18:33
Favicon

FOSDEM: GroupDAV Meeting?

Hello everyone,

I'm trying to organize a GroupDAV/CalDAV meeting in the GNUstep/OGo  
devroom at FOSDEM (Feb 7th-8th). Please let me know if you are  
visiting FOSDEM and if you would be interested.

For now I reserved a slot on Sunday (14:00-15:00), but we could extend  
that slot if we want to do extended testing or even some development.

http://wiki.gnustep.org/index.php/FOSDEM_2009#Dev-Room_Presentations_and_Events

Greets,
   Helge
--

-- 
Helge Hess
http://helgehess.eu/
Butrus Damaskus | 30 Dec 2008 14:15
Picon

Which status codes to use?

Hi!

I tried to implement the PUT "part" of the GroupDAV using PHP on one web page (which already provides read-only support for GroupDAV for it's calendar and adressbook). However I found, that there is no indication in the spec for which HTTP error/status codes to use for particular error situations. I use:

a) HTTP header:
 • 415 Unsupported Media Type: for wrong Content-type
 • 411 Length Required, 413 Request Entity Too Large:

b) vCalendar/vCard syntax:
 • 400 Bad Request

c)  wrong vCalendar  component,  more than one vCalendar component, missing vCalendar fields, wrong vCalendar fields:
 • 422 Unprocessable Entity


Is this right? Should this be more explicitly specified?
Thanks!

Petr Tomasek



Gmane