thellmund / Android-Week-View

Display highly customizable calendar views in your Android app
Apache License 2.0
188 stars 97 forks source link

Recurring events #256

Closed antoniokranjcina closed 3 years ago

antoniokranjcina commented 3 years ago

Hi,

is it possible to make an recurring event? For example event which happends every week on monday or every month on monday and sunday or somthing like that?

thellmund commented 3 years ago

Nope. You’ll have to do that yourself and submit the events to WeekView.

rezazarchi commented 2 years ago

Showing recurring events is possible. But you should know that every instance of a recurring event has the same ID. so you should create your own Id (for example, based on ID + start date in milliseconds) to show all of them without any conflicts. And also, you should have an exact ID in that object to work with the actual relevant event.