mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis92.github.io/angular-calendar/
MIT License
2.73k stars 868 forks source link

Question: How to use the periodicity? #209

Closed alienriquebm closed 7 years ago

alienriquebm commented 7 years ago

Bug description / Feature request:

I only want to use this demo: https://mattlewis92.github.io/angular-calendar/#/recurring-events Can you teach me how to use a little bit this rrule with your calendar component? I would like to use it with a custom things... How i can start? Thanks

mattlewis92 commented 7 years ago

The idea behind using rrule is to use it to generate an array of events that this calendar displays (to keep the calendar as "dumb" and un-opinionated as possible). You can see from the demo how this happing can work, it may help you to read the rrule documentation which explains a bit more about how it works: https://github.com/jakubroztocil/rrule I don't know its API all that well though as I have no need for recurring events in our application.