Evaluating iCalendar

I am evaluating the iCalendar utility and so far am impressed. I need to build a scheduler and, of cource, my development window is failry narrow. I need to support minutely, hourly, daily, weekly and yearly frequencies and I see all are supported in the library however I haven’t found the code to build minutley and hourly as I have for the other frequencies. Do any exmples of building frequencies by minute and hourly exist?

A couple of additioanl questions:

1) The Demo.Common Library seems to be a pre-built interface that already contains some of the required, generic functionality for creating a recurrence. Is it recommend using this functionality as is or building it up from scratch?

2) Once the recurrences are created, how is it determined when each occurrence should fire?

Hi,

Demos projects do not contain code examples for hourly and minutely rules,
but it is build just as daily, weekly and yearly rules.

1) You can use a demo projects as a basis for your project if it helps.

2) Aspose.iCalendar creates dates array on the recurrence pattern basis, it does not support event.