librelist archives

« back to archive

Event private option

Event private option

From:
Date:
2012-03-13 @ 10:48
Hi,

Is there a way to use the private option of an event ?(i m using 
lightning client)

All is allways public even if i check private.

(choices are date and time, public or private)

I use wsgi radicale mode with apache auth.

I m about to do a Ics parser for "public agenda with private events", 
but before that i was wondering about "included solutions".

Regards,
Serwan

Re: [radicale] Event private option

From:
Guillaume Ayoub
Date:
2012-03-13 @ 11:29
Le mardi 13 mars 2012 à 11:48 +0100, serwan.cravic@erocca.com a écrit :
> Hi,

Hi,

> Is there a way to use the private option of an event ?(i m using 
> lightning client)

No, that's not possible yet, because there's no real ical parser in
Radicale. There's an issue open about this:
http://redmine.kozea.fr/issues/54

> All is allways public even if i check private.
> 
> (choices are date and time, public or private)
> 
> I use wsgi radicale mode with apache auth.
> 
> I m about to do a Ics parser for "public agenda with private events", 
> but before that i was wondering about "included solutions".

There's no included solution. Using python-icalendar may help, but I'm
not ready to add a dependency (yet):
http://pypi.python.org/pypi/icalendar/1.2

I'm ready to help if you have any questions!

Regards,
-- 
Guillaume

Re: [radicale] Event private option

From:
Date:
2012-03-15 @ 07:41
Le 13.03.2012 12:29, Guillaume Ayoub a écrit :
> Le mardi 13 mars 2012 à 11:48 +0100, serwan.cravic@erocca.com a écrit 
> :
>> Hi,
>
> Hi,
>
>> Is there a way to use the private option of an event ?(i m using
>> lightning client)
>
> No, that's not possible yet, because there's no real ical parser in
> Radicale. There's an issue open about this:
> http://redmine.kozea.fr/issues/54
>
>> All is allways public even if i check private.
>>
>> (choices are date and time, public or private)
>>
>> I use wsgi radicale mode with apache auth.
>>
>> I m about to do a Ics parser for "public agenda with private 
>> events",
>> but before that i was wondering about "included solutions".
>
> There's no included solution. Using python-icalendar may help, but 
> I'm
> not ready to add a dependency (yet):
> http://pypi.python.org/pypi/icalendar/1.2
>
> I'm ready to help if you have any questions!
>
> Regards,

Thx a lot for this quick answer,
i ve done a simple parser with php, the only pb is the Apache cache 
witch is not used anymore, ill try to include something like that :
http://alexandre.alapetite.fr/doc-alex/php-http-304/index.fr.htm
to do the job.

Regards,
Serwan