aspnet calendar
1.0.0
When I started learning the web, it was one of my studies, I might need new friends.
This event calendar implements JQuery FullCalendar in ASP.NET.
It's work only mssql but it is quite simple to evolve into others.
If you want work you just need to do change SqlOp.cs.
Actually this is a fork counted.
To open the project sln and run.
| column_name | column_type |
|---|---|
| id | int [identity] |
| project | varchar(255) |
| description | varchar(255) |
| startDate | DateTime |
| endDate | DateTime |
| isAllDay | Bit |
1- Adding Event

2- Drag & Drop Event

3- Resize Event

4- Cloning Event

5- Deleting Event

1 Adding Event

2- Editing Event Event
