Wallace

g.spellauge Gustav.Spellauge at Softing.com
Sun May 1 14:10:14 CEST 2016


to those, who might be interested

in /usr/lib/python2.7/site-packages/pykolab/xml/event.py

replacing (line 352-354) reading

         for attr in list(set(ical_event.singletons)):
             if ical_event.has_key(attr):
                 self.set_from_ical(attr.lower(), ical_event[attr])

by

         for attr in list(set(ical_event.singletons)):
             if ical_event.has_key(attr):
                 if isinstance(ical_event[attr], list):
                     ical_event[attr] = ical_event[attr][0];
                 self.set_from_ical(attr.lower(), ical_event[attr])

will fix this issue.

On 04/29/2016 02:30 PM, Timotheus Pokorra wrote:
> Hello,
>
> according to https://git.kolab.org/T1213, this has been fixed already,
> but has not arrived in Kolab Winterfell yet.
>
> Timotheus
>
> On 29 April 2016 at 14:14, Gustav Spellauge
> <Gustav.Spellauge at softing.com> wrote:
>> this is exactly what i am observing and i wonder if there is really no
>> solution.
>>
>>
>> On 11/13/2015 02:27 PM, Kuusela, Klaus wrote:
>>>
>>> Hello!
>>>
>>> I'm asking how to fix this wallace problem with resources. It seems that
>>> resource reservation doesn't work and wallace will redirect mail to
>>> postfix (and there's no rules for process this...and I will get of
>>> course undelivery report).
>>>
>>> It complains about 'year' attribute... where to fix this?
>>>
> _______________________________________________
> users mailing list
> users at lists.kolab.org
> https://lists.kolab.org/mailman/listinfo/users



More information about the users mailing list