From e891851b0feae4f0bcff13e78222ddcc6df38acc Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 22 Apr 2013 03:55:08 -0700 Subject: Google: ignore loss of TRANSP property Google Calendar currently drops the TRANSP property. This is a regression that was reported to Google. While waiting for a fix ignore the problem. --- test/synccompare.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/synccompare.pl b/test/synccompare.pl index 6fab1daa..09e28f84 100644 --- a/test/synccompare.pl +++ b/test/synccompare.pl @@ -427,7 +427,7 @@ sub NormalizeItem { if ($googlecaldav) { #several properties are not preserved by Google in icalendar2.0 format - s/^(SEQUENCE|X-EVOLUTION-ALARM-UID)(;[^:;\n]*)*:.*\r?\n?//gm; + s/^(SEQUENCE|X-EVOLUTION-ALARM-UID|TRANSP)(;[^:;\n]*)*:.*\r?\n?//gm; # Google adds calendar owner as attendee of meetings, regardless # whether it was on the original attendee list. Ignore this -- cgit v1.2.3