From 3acbe7a46f8c3af807ed56b997e2995e45a2fafe Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Mon, 20 Apr 1998 19:53:21 +0000 Subject: more fixes -mig svn path=/trunk/; revision=169 --- calendar/pcs/calobj.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/pcs/calobj.c') diff --git a/calendar/pcs/calobj.c b/calendar/pcs/calobj.c index f298c2caf3..b57f660a7b 100644 --- a/calendar/pcs/calobj.c +++ b/calendar/pcs/calobj.c @@ -1112,6 +1112,9 @@ duration_callback (iCalObject *ico, time_t start, time_t end, void *closure) { int *count = closure; + if (ico->exdate && is_date_in_list (ico->exdate, &start)) + return; + (*count)++; if (ico->recur->duration == *count) { ico->recur->enddate = time_end_of_day (end); -- cgit v1.2.3