-
I get a error when I try the advance example.
```
throw new fortuna.EntropyException(`entropyFxn needs to return either a string or array of length ${fortuna.entropySz} but you gave me ${typeof en…
-
Hi everyone.
I'm using the version 2.0.0 of the ICal4j to build a Calendar from a file that contains more than 90.000 of Ical events. The size of the file is 427 MB. When my code tries to build the…
-
When trying to parse an iCal file with
```
org.mnode.ical4j
ical4j
2.1.5
```
```
Calendar cal = new CalendarBuilder().build(new URL(iCalBase + iCalId).openStream());
```
the process fa…
-
**Unable to parse ical with EXDATE if timezone specified **
According to [https://tools.ietf.org/html/rfc5545#section-3.8.5]
(https://tools.ietf.org/html/rfc5545#section-3.8.5)
EXDATE can have Time…
-
When you run `yarn run grunt build_android` a second time, you get the error below.
To fix, you can remove this directory:
```
rm -rf node_modules/.cordova-custom-config.DELETE
```
Running `yarn ru…
-
On the website https://fortuna.ge/ we use the Videopack plugin. Thumbnail is selected on video but thumbnail photo doesn't work in facebook and messenger browsers.
![448882015_1609089603267840_8595…
-
Hi @benfortuna ,
I've got a new error now. Can you please have a look at this:
net.fortuna.ical4j.data.ParserException: Error at line 13:net.fortuna.ical4j.model.component.XComponent cannot be cast …
-
I am getting a parsing exception while I am trying the following code:
`import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import net.fortuna.ical4j.model.TimeZone;
impor…
-
**Describe the bug**
Parsing ICAL fails with custom ICAL property which contains date and timezone fails with 'Invalid parametr TZID'
for e.g.
`X-LOTUS-LASTALL-RDATES;TZID=India Standard Time:2017…
-
Following Test to marshal/unmarshal a calendar to/from json fails on reading it's own json
```java
@Test
void shouldUnMarshalFromToJson() throws Exception {
//given
String cal = "…