<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO8859_1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">Hi
dothebart,
<br>
<br>
Here is the second promised patch, plus an example program
demonstrating the issue.<br>
The issue is that "icalproperty_recurrence_is_excluded" does not take
into account any timezone associated with EXDATEs being tested.<br>
<br>
I compiled the example program on Fedora 10 (with libical-0.43-4.fc10
installed) using :
<br>
gcc -g -o recurrenceNotExcluded -Wstrict-prototypes
-I/usr/include/libical -lical recurrenceNotExcluded.c<br>
<br>
Running the binary :
<br>
./recurrenceNotExcluded<br>
FAIL!!! 20080818T180000Z NOT excluded even though it matches<br>
     EXDATE;TZID=/mozilla.org/20071231_1/Europe/London:20080818T190000<br>
<br>
Thanks and regards,
<br>
Gren.
<br>
</div>
<pre wrap="">
</pre>
</body>
</html>