mangstadt / biweekly

biweekly is an iCalendar library written in Java.
BSD 2-Clause "Simplified" License
323 stars 44 forks source link

java.time support #25

Closed patrek closed 8 years ago

patrek commented 8 years ago

Are you planning to provide a support of java.time (LocalDateTime, Datetime etc) for usage of Date, DateTime classes?

Not necessarely for internal working, but as parameters for methods?

mangstadt commented 8 years ago

Hi Patrick,

I am not planning on supporting the new date/time API any time soon. They require Java 8, and biweekly targets Java 5.