remove redundant VALUE=DATE-TIME

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@163 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2006-06-17 16:20:52 +00:00
parent 3915202c62
commit 10ee306c09
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ sub Normalize {
}
# ignore extra day factor in front of weekday
s/^RRULE:(.*)BYDAY=\+?1(\D)/RRULE:$1BYDAY=$2/mg;
# remove default VALUE=DATE-TIME
s/^(DTSTART|DTEND)([^:]*);VALUE=DATE-TIME/$1$2/mg;
# remove fields which may differ
s/^(PRODID|CREATED|LAST-MODIFIED):.*\r?\n?//gm;