allow sync.scheduleworld.com to replace TZIDs

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@137 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2006-06-11 19:35:24 +00:00
parent 06cd5de1aa
commit 395aed3ffa
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ sub Normalize {
s/^EMAIL;TYPE=\w*/EMAIL/mg;
# only preserves ORG "Company", but loses "Department" and "Office"
s/^ORG:([^;]+)(;.*)/ORG:$1/mg;
# replaces certain TZIDs with more up-to-date ones
s;TZID(=|:)/(scheduleworld.com|softwarestudio.org)/Olson_\d+_\d+/;TZID$1/foo.com/Olson_20000101_1/;mg;
}