How to create calendar scheduler (task) like Google calendar in my ASP.NET application? Please try to help me.
I am trying on jQuery but I am not that much expert in jQuery. Please try to give me solution for this. I want to create schedule for my customer and store it in the database.
There's one dot net guide to use Google Calendars in asp.net using C# refer to that.
EDIT:
There are Events in google calendar which you can create using C# coding and while executing the events you save the data in database.
Try the Lite version of Day Pilot , as for Google Calendar you just can embed in iFrame but you won't be able to save any of the events in your database.
精彩评论