Menu

#119 empty INTERVAL value in RRULE

Beta (1.0)
open
Parsing (53)
5
2010-08-24
2010-08-24
No

We use ical4j with SOGo server. in RRULE SOGo sends empty INTERVAL rule vale such as INTERVAL=;
ical4j doesnot suport empty interval value during parsing. cf line 207 of Recur.java
else if (INTERVAL.equals(token)) {
interval = Integer.parseInt(nextToken(t, token));
}
where is the error ? on SOGo side or on ical4j side ?

Discussion


Log in to post a comment.