Event Calendar (based on FullCalendar.io)

written in classic ASP (VBScript)

Demo

Click inside calendar to add event, move or resize existing events, select multiple days, etc.

Introduction

Event Calendar is an easy code snippet written in classic ASP (VBScript) you can integrate into your website and show dynamic drag-n-drop calendar with events to your visitors.
Uses FullCalendar - an open source JavaScript event calendar. No other dependencies.
It is responsive, customizable and editable. Our source code is readable, tidy and small.

Features

Once a you set up this code snippet, it will be shown on your website without interference with other code:
• Create unlimited calendar events
• Edit or delete existing events
• No refreshing after adding/changing/deleting events
• Draggable and resizable events
• All-day events

Documentation

1) Link all the files from folder lib/ to show calendar using #calendar selector on any location in your page
2) Edit lib/calendar.asp and replace the values under "your configuration" with yours
3) Upload script to your FTP
4) Import database.sql to your MySQL server
5) Optionally change lib/calendar.css to match your design

We made it simple and clear so that you can install the code snippet within a minute. There are more useful information commented inside script.

Requirements

• ASP 3.0 (VBScript)
• Microsoft IIS 6+
• MySQL ODBC 5+
• FullCalendar

Changelog

Version 1.2 (2020/aug/26)
• FullCalendar v5.3.0+ support
• removed jQuery dependency
• code rewritten and optimized

Version 1.1 (2018/mar/6)
• minor optimizations

Version 1.0 (2016/oct/28)
• initial release