don't try create a complete rule for exdate.

r=vlad
This commit is contained in:
mvl%exedo.nl 2005-01-28 20:07:26 +00:00
Родитель 8993baf11c
Коммит add7ee1614
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -342,7 +342,7 @@ calItemBase.prototype = {
{
var ritem = null;
if (recprop.propertyName == "RRULE" ||
recprop.propertyName == "EXDATE")
recprop.propertyName == "EXRULE")
{
ritem = new CalRecurrenceRule();
} else if (recprop.propertyName == "RDATE" ||