taalhavras / ucal

a martian calendar
53 stars 6 forks source link

Add bi-weekly events #46

Open finned-palmer opened 3 years ago

finned-palmer commented 3 years ago

Add bi-weekly (i.e., every-other-week) events.

taalhavras commented 3 years ago

do you mean on the frontend? We support this on the backend (via the interval field of era - see sur/hora.hoon) - is there something special the frontend needs?

finned-palmer commented 3 years ago

Right now the front end just does daily, weekly, monthly, yearly. If the backend supports biweekly then that's great. I may try to implement this on the frontend in the next few weeks.