[OGo-Developer] [Fwd: Re: Lightning daily built 30.9.2007 & OpenGroupware.org & CalDav]
Lars Schimmer
developer@opengroupware.org
Sat, 17 Nov 2007 21:59:37 +0100
This is a multi-part message in MIME format.
--------------010209050300070100070805
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I created a test OGo server SVN built 1 week ago for the lightning dev team.
That email came back from them.
Should I create a bugentry in bugzilla or is anyone of OGo dev team
carry on from this point ?
MfG,
Lars Schimmer
- --
- -------------------------------------------------------------
TU Graz, Institut für ComputerGraphik & WissensVisualisierung
Tel: +43 316 873-5405 E-Mail: l.schimmer@cgv.tugraz.at
Fax: +43 316 873-5402 PGP-Key-ID: 0x4A9B1723
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHP1Y4mWhuE0qbFyMRAntNAJ436MJMZTvzFgkobs0p5N9Ez9xU4ACeOIoJ
HS+nZaovFAa4P9aPmWJGsRw=
=in59
-----END PGP SIGNATURE-----
--------------010209050300070100070805
Content-Type: message/rfc822;
name="Re: Lightning daily built 30.9.2007 & OpenGroupware.org & CalDav.eml"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename*0="Re: Lightning daily built 30.9.2007 & OpenGroupware.org & Ca";
filename*1="lDav.eml"
Return-Path: <browning@uwalumni.com>
Received: from europa.cgv.tugraz.at (localhost [127.0.0.1])
by europa.cgv.tugraz.at (Cyrus v2.1.18-IPv6-Debian-2.1.18-1+sarge2) with LMTP; Sat, 17 Nov 2007 20:21:07 +0100
X-Sieve: CMU Sieve 2.2
Received: from mailgate.tu-graz.ac.at ([129.27.2.200] helo=mailgate.tugraz.at)
by europa.cgv.tugraz.at with esmtp (Exim 4.50)
id 1ItTDt-0004Z7-Jq
for l.schimmer@cgv.tugraz.at; Sat, 17 Nov 2007 20:21:07 +0100
Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211])
by mailgate2.tugraz.at (8.14.2/8.14.2) with ESMTP id lAHJKj4c001710
for <l.schimmer@cgv.tugraz.at>; Sat, 17 Nov 2007 20:20:52 +0100 (CET)
Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by
smtpauth2.wiscmail.wisc.edu
(Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
id <0JRO007010EKEH00@smtpauth2.wiscmail.wisc.edu> for
l.schimmer@cgv.tugraz.at; Sat, 17 Nov 2007 13:20:44 -0600 (CST)
Received: from [192.168.1.30]
(24-183-101-240.dhcp.mdsn.wi.charter.com [24.183.101.240])
by smtpauth2.wiscmail.wisc.edu
(Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
with ESMTPA id <0JRO006ZR0ECB900@smtpauth2.wiscmail.wisc.edu> for
l.schimmer@cgv.tugraz.at; Sat, 17 Nov 2007 13:20:43 -0600 (CST)
Date: Sat, 17 Nov 2007 13:20:36 -0600
From: Bruno Browning <browning@uwalumni.com>
In-reply-to: <4735F2EB.6050505@cgv.tugraz.at>
To: Lars Schimmer <l.schimmer@cgv.tugraz.at>
Reply-to: browning@uwalumni.com
Message-id: <473F3F04.4020308@uwalumni.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1; format=flowed
References: <8cCdnf5LOpgeRpnanZ2dnUVZ_smnnZ2d@mozilla.org>
<470856C8.7090301@uwalumni.com> <4735F2EB.6050505@cgv.tugraz.at>
User-Agent: Thunderbird 2.0.0.6 (X11/20071022)
X-Scanned-By: MIMEDefang 2.63 on 129.27.10.3
X-Scanned-By: milter-sender/1.15.914 .914 (mailgate2 [129.27.10.3]); Sat, 17 Nov 2007 20:20:52 +0100
X-TUGAntiSpamFlag: ham
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by mailgate2.tugraz.at id lAHJKj4c001710
X-Spam-Stars:
X-Spam-Status: No, score=0.3 required=6.0 tests=BAYES_50,FORGED_RCVD_HELO,
NORMAL_HTTP_TO_IP,UNPARSEABLE_RELAY autolearn=no version=3.1.7
Subject: Re: Lightning daily built 30.9.2007 & OpenGroupware.org & CalDav
Hi Lars--
Thanks for doing this. I've done a small amount of testing, and things=20
look fairly good with the Sunbird 0.7 release code: I can add, modify,=20
delete items.
Things are not looking so good, however, with newer code: I see problems=20
that simply break interop. First two things I've noticed:
1) When I PUT a new resource into the store (using an 'If-None-Match: *'=20
header), I get a response of 200 Success. The way I read the RFC, and=20
the way the code is written, the response should be 201 Created if the=20
resource being PUT did not previously exist, and 200 Success if the=20
resource did previously exist and has been successfully=20
overwritten/modified. So Sunbird will consider a 200 on PUTting a new=20
resource as an error (probable name collision).
2) In order to minimize wire traffic, Sunbird is going to start to cache=20
item etags, so that when it needs to do a calendar query it can first=20
fetch only etags and second fetch new or changed items with a multiget,=20
pretty much as described in paragraph 8.2.1.3 of the spec. OGo does not=20
seem to support that initial <D:getetag> query, which pretty much spoils=20
the party.
I don't know where to report such issues, and hope I can do so through yo=
u.
I very much appreciate access to the server, and will try to include OGo=20
as I test future Mozilla calendar CalDAV patches.
Regards,
bb
Lars Schimmer wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Bruno Browning wrote:
> =20
>> Hi Lars--
>>
>> I'm probably the developer most familiar with Sunbird/Lighning CalDAV
>> support. I don't know specifically about the issues you mention, but y=
ou
>> are right: it's been difficult to deal with Lightning<-->OGo/CalDAV
>> issues for lack of an OGo server to test against. If you could provide
>> access to a test server that would be a help. Appreciate the offer.
>> =20
>
> Hi!
>
> First: sorry, had to much load and work to be done on other tracks, and
> some bugs in OGo and system stopped me sometimes...
> Now a special ogo is on and running.
> URL:
> http://129.27.224.217/OpenGroupware
> user: test
> pwd: 123456
>
> Til yet NO data in OGo, just some users and groups.
> And email not working, If you need emailing function out of OGo, contac=
t
> me.
>
> The CalDAV url will be like:
> http://129.27.224.217/zidestore/dav/test/Calendar/
> for personal calendar
> and:
> http://129.27.224.217/zidestore/dav/test/Groups/all%20intranet/Calendar=
/
> for team/Group calendars.
>
> For other users: replace "test" with username.
> For other groups: replace "all%20intranet" with the groupname.
>
>
> Under http://129.27.224.217/zidestore/so/USERNAME/
> you see the zidestore server which provides ICS files and which handles
> the CalDAV (which is NOT noted on that site).
> The site needs auth via user/passwd.
>
> More users - password:
> alice - alice1
> bob - bob1
> master - master1
> hugo - hugo1
>
> groups - members:
> sales - alice, test, hugo
> coders - test, master, bob
> loosers - alice, bob
> winners - master, hugo, test
>
> private calendar URLs:
> http://129.27.224.217/zidestore/dav/test/Calendar/
> http://129.27.224.217/zidestore/dav/hugo/Calendar/
> http://129.27.224.217/zidestore/dav/bob/Calendar/
> http://129.27.224.217/zidestore/dav/alice/Calendar/
> http://129.27.224.217/zidestore/dav/master/Calendar/
>
> Group URLs:
> http://129.27.224.217/zidestore/dav/test/Groups/all%20intranet/Calendar=
/
> http://129.27.224.217/zidestore/dav/test/Groups/sales/Calendar/
> http://129.27.224.217/zidestore/dav/test/Groups/coders/Calendar/
> http://129.27.224.217/zidestore/dav/test/Groups/loosers/Calendar/
> http://129.27.224.217/zidestore/dav/test/Groups/winners/Calendar/
>
>
> I hope you can test a lot with this setup - its not the fastest, but it=
s
> working.
> If you need some help, new users, info, ask me :-)
>
> =20
>> bb
>> =20
>
> P.S.: the most annoying problem we got is: whole day function is not
> working well and all entrys set with lightning are shifted 1 hour in
> future (e.g. I enter 8:00, ogo writes 9:00 into database).
>
> MfG,
> Lars Schimmer
> - --
> - -------------------------------------------------------------
> TU Graz, Institut f=FCr ComputerGraphik & WissensVisualisierung
> Tel: +43 316 873-5405 E-Mail: l.schimmer@cgv.tugraz.at
> Fax: +43 316 873-5402 PGP-Key-ID: 0x4A9B1723
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFHNfLqmWhuE0qbFyMRAt7wAJ0Zs2TQhroMlKQaaj5pfyNJDyalggCcDwj5
> poXle/jw5KAdI7aw1qRIhs4=3D
> =3Dr6Zs
> -----END PGP SIGNATURE-----
>
> =20
--------------010209050300070100070805--