baozdemir / aspnet-calendar

FullCalendar (jquery) implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aspnet-calendar

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.

Features

  • Can runnable for all devices
  • Responsive for all devices
  • Fullsize option
  • Create single day events
  • Create multiple day events
  • Create all day events
  • Update existing events
  • Drag & Drop events
  • Rezise events
  • Clone events
  • Delete events

Libraries

Installation

To open the project sln and run.

Requirements

Configuration

Mssql database Table Format

column_name column_type
id int [identity]
project varchar(255)
description varchar(255)
startDate DateTime
endDate DateTime
isAllDay Bit

Preview

Web

1- Adding Event



2- Drag & Drop Event



3- Resize Event



4- Cloning Event



5- Deleting Event



Mobile

1 Adding Event



2- Editing Event Event



About

FullCalendar (jquery) implementation


Languages

Language:ASP 52.6%Language:C# 47.4%