Click here to Skip to main content
15,885,881 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing my own Calendar scheduler app in ASP.net web forms using C# and SQL Server 2012.

I just read an article on Github repository about how we should always use RRule for such apps.

I am curious to know if the RRules formats in iCal, Google Calendar & Outlook and any other major service provider of such apps are the same. In short is RRule a standard way of creating such apps.

Please, anyone, guide me as to how should I go forward with this app development.
I intend to use Jquery ajax to fetch/list/display events from database to the custom calendar that I designed which looks like this see link Cal App Screenshot

What I have tried:

I planned to store each recurrence as a row in the database, Which I guess is a recipe for disaster. I want to use vertical & horizontal spanning divs to display events on the calendar. Inline edit the events on the calendar.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900