summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2013-04-22 03:55:08 -0700
committerPatrick Ohly <patrick.ohly@intel.com>2013-05-13 17:49:49 +0200
commite891851b0feae4f0bcff13e78222ddcc6df38acc (patch)
tree6b7f46bcba1b791f3f84e4107accaf96117fc81d
parente90575224e1ec22701c0a7407234689087411936 (diff)
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.
-rw-r--r--test/synccompare.pl2
1 files changed, 1 insertions, 1 deletions
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