[Akonadi] [Bug 325224] CalDav doesn't read server items

2016-09-06 Thread Alejandro Lorenzo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325224

--- Comment #61 from Alejandro Lorenzo  ---
I think each software should be responsible for its own bugs. If the bug is in
Owncloud, just fix Owncloud and do not make miserable other projects because of
your faults.

Workarounds and such usually open the door to bugs ( Code paths that do not
execute often or can only be tested to some versions of software), create
harder to maintain software and generally, eat kittens, so personally I think
it would be a bad idea

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Akonadi] [Bug 341067] Events from caldav resource do not appear in Korganizer

2016-08-31 Thread Alejandro Lorenzo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341067

Alejandro Lorenzo  changed:

   What|Removed |Added

 CC||alejandro_a...@yahoo.es

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Akonadi] [Bug 325224] CalDav doesn't read server items

2016-08-30 Thread Alejandro Lorenzo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325224

Alejandro Lorenzo  changed:

   What|Removed |Added

 CC||alejandro_a...@yahoo.es

--- Comment #58 from Alejandro Lorenzo  ---
I am also experiencing this bug with Kmail and i think i have found the
problem. 

Some CardDav clients, when creating an .ics file in a remote resource (E.g.
owncloud in its caldav resource) creates a VCALENDAR file that does not contain
the tag "VERSION:2.0" which declares the file conforming to VCALENDAR files
version 2.0

I have manually accessed the caldav storage and added the VERSION:2.0 line to
an owncloud created file and it immediately syncs into korganizer

According to the RFC that defines iCal, VERSION is mandatory and owncloud is
not including it, so korganizer is actually doing the right thing (i think)
which is to ignore the file

The relevant bug in owncloud is:

https://github.com/owncloud/core/issues/23715

-- 
You are receiving this mail because:
You are the assignee for the bug.