Understanding how to use the iCalendar

OK, I know you are sick of the same question...sorry

I think im understanding how this works. Please correct me if my logic is incorrect.

My theory:

I have created database that has a simple table in it. It has a table called events and is structured as followed:

ID - int(key)
Title - nvarchar(100)
Details - nvarchar(4000)
RecurrencePattern - nvarchar(500)
GroupID - int

Could I use the example that you gave us to create the recurrence pattern then use a form view to submit my table values and your recurrence pattern into a sql stored procedure or C# code behind that takes your pattern and generates the records needed?

Based on the recurrence pattern generated by your classes, I would have to write the logic to generate the nessesary records.

I know that the iCalendar doesnt support events, but is this a proper way to use your component to work for me?

Hi,

Yes, you can use Aspose.iCalendar in such a way. But you should create an own code for realisation of this logic (user interface, work with a database etc.) as Aspose.iCalendar does not support it.