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. Event Calendar allows users to organize and plan events.
Using technologies:
- MVC Dot Net Core 8
- Bootstrap 5
- jQuery
- FullCalendar v6
Features:
- Drag-n-drop event calendar
- External pre events drag-n-drop in calendar
- Event background color, text color, border 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
- Tooltip
- Dark Mode
How to run in VS Code
- Before run you need to crate database with name “EventCalendar” and run DB script from “EventCalendar.sql” file
- Update DefaultConnection string in appsettings.json and appsettings.Development.json
dotnet restore dotnet build dotnet run
Changelog
Version 4.0.0 || 01 Aug 2024Latest front end library updatedVersion 3.0.0 || 12 Apr 2024
.Net 8, Fullcalendar v6 and Bootstrap 5 implementVersion 2.0.0 || 10 Sep 2021
Fullcalendar v5 implementVersion 1.0.0
Init release
