Dot Net Core Multipurpose Event Calendar
Multipurpose event calendar for appointment booking system, scheduler, meeting.
The calendar manage it with ease to modify ajax event.
Using technologies:
MVC Dot Net Core
Bootstrap
jQuery
jQuery FullCalendar
Features:
Drag-n-drop event calendar
External pre events drag-n-drop in calendar
Event Color support
Event Type select
Event Start and End date with time
Event description
Delete event
Different type of view support month, week, day, list day, list week
Multiple select date and add event
Locales Calendar only (Beta)
Responsive
How to run in VS Code
Before run you need to crate database with name “EventCalendar” and restore database from “EventCalendar.bak” file
Update DefaultConnection string in appsettings.json and appsettings.Development.json
dotnet restore
bower install
dotnet build
dotnet run