antirek / virtual-pbx

Automatically exported from code.google.com/p/virtual-pbx
0 stars 1 forks source link

GoogleCalendar Explorer broken #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
returns an empty list of events if Offset Days is not equal to -1.

fixed in build 5547.

workarround:

sed 's/\[=\]/[=\\s]/g' 
/opt/VirtualPBX/lib/XVB/Mailboxes/GoogleCalendarExplorer.pm > /tmp/gc.tmp && mv 
/tmp/gc.tmp /opt/VirtualPBX/lib/XVB/Mailboxes/GoogleCalendarExplorer.pm

Original issue reported on code.google.com by igor.oku...@gmail.com on 3 Nov 2011 at 7:29