Calendar.js - Example - Basic

This is an example of two basic calendar instances, using slightly different options.

Download Now

v2.12.0 - 5th Jun 2024
Code
var calendarInstance1 = new calendarJs( "calendar1", { exportEventsEnabled: true, useAmPmForTimeDisplays: true } ); var calendarInstance2 = new calendarJs( "calendar2", { exportEventsEnabled: false } );