[Tickets #10194] Re: Kronolith does not sync calendar, contacts work with Android 2.2.1/Motorola Milestone mobile
bugs at horde.org
bugs at horde.org
Thu Jun 23 10:17:59 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/10194
------------------------------------------------------------------------------
Ticket | 10194
Updated By | mail at xeroc.org
Summary | Kronolith does not sync calendar, contacts work with
| Android 2.2.1/Motorola Milestone mobile
Queue | Synchronization
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------
mail at xeroc.org (2011-06-23 10:17) wrote:
If I use x-vcalendar instead everything works fine:
$event = $registry->calendar->export('kqnpeoc8ti9bhmoph23dei383c at xeroc.org',
'text/x-vcalendar');
var_dump($event);
I get:
++++++++++++
PHP Code
1
2
3
$event = $registry->calendar->export('kqnpeoc8ti9bhmoph23dei383c at xeroc.org',
'text/x-vcalendar');
var_dump($event);
Ergebnisse
string(449) "BEGIN:VCALENDAR
VERSION:1.0
X-WR-CALNAME:Kalender von XXXXXXXXXXX
PRODID:-//The Horde Project//Horde iCalendar Library//EN
METHOD:PUBLISH
BEGIN:VEVENT
DTSTART:20110110T183000Z
DTEND:20110110T193000Z
DTSTAMP:20110623T101053Z
UID:kqnpeoc8ti9bhmoph23dei383c at xeroc.org
SUMMARY:Chorprobe
ORGANIZER;CN=...........XXXXXBlackedOutXXXXXXX............
CLASS:PUBLIC
STATUS:TENTATIVE
TRANSP:0
RRULE:W1 MO 20160110T225959Z
END:VEVENT
END:VCALENDAR
"
More information about the bugs
mailing list