Graham Perrin <g.j.per...@...> writes:

> 
> 
> Olivier-4 wrote:
> > 
> > … if I publish a calendar in webcalendar from chandler … 
> > 
> 
> I wonder whether you're trying something that is unsupported, or not
> compatible with some types of server. 
> 
> I maybe never before tried to publish an .ics file from Chandler Desktop,
> but today I experimented with the  http://www.icalx.com/ iCal Exchange 
> service. 
> 
> Olivier, please: 
> 
>  * what are the URL and path of the server to which you try to publish the
> webcalendar?
> 
>  * what software do they use to provide that service?
> 
>  * do you check the box [√] Publish as ICS file?
> 
> Screen shots below, but please note that this does *not* work for me …
> 
> http://n2.nabble.com/file/n4515273/Screen_shot_2010-02-04_at_18.21.33.png 
> 
> http://n2.nabble.com/file/n4515273/Screen_shot_2010-02-04_at_18.22.42.png 
> 
> http://n2.nabble.com/file/n4515273/Screen_shot_2010-02-04_at_18.13.36.png 
> 
> http://n2.nabble.com/file/n4515273/Screen_shot_2010-02-04_at_18.13.40.png 
> 
> If I ignore the failed test and proceed to attempt a publication to that
> iCalendar server, a traceback occurs: 
> http://n2.nabble.com/file/n4515273/traceback.txt traceback.txt 
> 

Hi Graham,

Thanks for your answer.

Here are the things you have to know ;-)

I publish from Chandler Desktop creating a webdav account, I didn't forgot to
mark the "publish an ics file", I tried both by the way.
The error log is here :

**********
http://DOMAIN.COM/webcalendarCVS/icalclient.php/ n'existe pas.

Traceback: <class 'osaf.sharing.errors.NotFound'>:
http://DOMAIN.COM/webcalendarCVS/icalclient.php/ n'existe pas.
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\pytho
\threadpool.py:148:_worker
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\pytho
\context.py:59:callWithContext
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\pytho
\context.py:37:callWithContext
C:\Program Files\Chandler1.0.3\util\task.py:88:__threadStart
--- <exception caught here> ---
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\interne
\defer.py:107:maybeDeferred
C:\Program Files\Chandler1.0.3\application\dialogs\PublishCollection.py:451:run
C:\Program Files\Chandler1.0.3\parcels\osaf\sharing\__init__.py:518:publish
C:\Program Files\Chandler1.0.3\parcels\osaf\sharing\accounts.py:190:publish
**********

What is understandable is, if I type the same address in firefox (or other), I
got a message asking for log/pass, then asking me waht to do with the (ics)
file...
I tried with port 80 and 443 (ssl) ...

The service webcalendar is providing is the standard icalclient/publish php
library, used in several other php programs, that simulate a webdav
directory....

SO, bad luck

I tried to put an ics file in a webdav directory, and publish to that.

here is the error log...

**********
argument of type 'NoneType' is not iterable

Traceback: <type 'exceptions.TypeError'>: argument of type 'NoneType' is not
iterable
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\pytho
\threadpool.py:148:_worker
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\pytho
\context.py:59:callWithContext
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\pytho
\context.py:37:callWithContext
C:\Program Files\Chandler1.0.3\util\task.py:88:__threadStart
--- <exception caught here> ---
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\interne
\defer.py:107:maybeDeferred
C:\Program Files\Chandler1.0.3\application\dialogs\PublishCollection.py:451:run
C:\Program Files\Chandler1.0.3\parcels\osaf\sharing\__init__.py:518:publish
C:\Program Files\Chandler1.0.3\parcels\osaf\sharing\accounts.py:202:publish
C:\Program Files\Chandler1.0.3\parcels\osaf\sharing\WebDAV.py:70:blockUntil
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\zanshin-0.6-py2.5.egg\zanshi
\util.py:205:blockUntil
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\pytho
\failure.py:259:raiseException
**********

I tried with/without publish ics file, with ports 80, 443, 2077 and 2078 (given
for web disk access by my host)
I tried with/without ics file in the webdav directory
The parameters for the webdav access are correct in the chandler config...

Bad luck... again...

So, I tried to publish with the other possibility of webcalendar :

http://DOMAIN.COM/webcalendarCVS/publish.php/admin.ics

again the error log...

**********
Traceback: <type 'exceptions.TypeError'>: argument of type 'NoneType' is not
iterable
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\pytho
\threadpool.py:148:_worker
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\pytho
\context.py:59:callWithContext
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\pytho
\context.py:37:callWithContext
C:\Program Files\Chandler1.0.3\util\task.py:88:__threadStart
--- <exception caught here> ---
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\interne
\defer.py:107:maybeDeferred
C:\Program Files\Chandler1.0.3\application\dialogs\PublishCollection.py:451:run
C:\Program Files\Chandler1.0.3\parcels\osaf\sharing\__init__.py:518:publish
C:\Program Files\Chandler1.0.3\parcels\osaf\sharing\accounts.py:202:publish
C:\Program Files\Chandler1.0.3\parcels\osaf\sharing\WebDAV.py:70:blockUntil
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\zanshin-0.6-py2.5.egg\zanshi
\util.py:205:blockUntil
C:\Program
Files\Chandler1.0.3\release\bin\lib\site-packages\twisted\pytho
\failure.py:259:raiseException
**********

SO...

I tried to publish FROM chandler hub.

I tried to suscribe, publish, ics files or other in webcalendar with the URLs
given by the hub, without success...

But I think it's more a webcalencar problem...

Do anybody know a way to have a "planner view" that works with chandler??????

Regards, Olivier


_______________________________________________
[email protected] mailing list
unsubscribe here: http://lists.osafoundation.org/mailman/listinfo/chandler-users
Chandler wiki: http://chandlerproject.org/wikihome

Reply via email to