biweekly icon indicating copy to clipboard operation
biweekly copied to clipboard

biweekly is an iCalendar library written in Java.

Results 13 biweekly issues
Sort by recently updated
recently updated
newest added

Is this a limitation or a bug, and can we work around it?

"DTSTART:20220606T110000Z\\nRRULE:FREQ=WEEKLY;INTERVAL=1;WKST=SU;BYDAY=TH,FR" only provides the Thursdays as occurrences. When the specification is modified to "DTSTART:20220606T110000Z\\nRRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=TH,FR;WKST=SU" it works as expected. Here's the Java code snippet that generates the different results depending on...

There could be added LocalDateIteratorFactory and DateTimeIteratorFactory as java.time support. In google-rfc-2445 there are already implemented similar iterators for jodatime compatibility.

enhancement

I have an issue parsing ical files in my test cases, which occurs when my timezone switches from summer (DST) to winter time. There are two ics files, both from...

If you'll navigate to the [tzurl] then you won't find cities that was before. Maybe we need some fallback solution here. [tzurl]: http://tzurl.org/zoneinfo-outlook/Europe/

enhancement

https://tools.ietf.org/html/rfc7953

enhancement

See https://github.com/mangstadt/biweekly/issues/20

enhancement

It would be nice to have a reader or a visitor to stream components (VEVENT, etc.) as they're encountered instead of reading all of them into memory. This would allow...

enhancement

Hi, I have an Android project which uses biweekly to parse iCal URL's. When I updated the library to use 0.6.8 my build fails with the error below. Any ideas...

question

Bumps xalan:xalan from 2.7.2 to 2.7.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xalan:xalan&package-manager=maven&previous-version=2.7.2&new-version=2.7.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies