Today I discover a problem with calendar, on SOGo server, managed with iPad.
Events created with that device have incomplete date attributes syntax.
BEGIN:VCALENDAR
PRODID:-//Inverse inc./SOGo 2.2.12//EN
VERSION:2.0
BEGIN:VEVENT
UID:475AF8C794764847A7DDF213733602670
SUMMARY: sample event
CLASS:PUBLIC
DTSTART;:20150219T080000Z
DTEND;:20150219T083000Z
BEGIN:VALARM
TRIGGER;VALUE=DURATION:-P1W
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR
DTSTART and DTEND syntax:
DTSTART;:20150219T080000Z
so
ATTRIBUTE;NO DATA:date
This syntax could be correct, but when I try sync with Android device (using DAVDroid), the app doesn't download event.
--