Calendar.js - Example - Pin-Up

This is an example of a basic calendar using the Pin-Up view.

Download Now

v2.12.0 - 5th Jun 2024
Code
var calendarInstance = new calendarJs( "calendar", { views: { fullMonth: { isPinUpViewEnabled: true, pinUpViewImageUrls: [ "https://calendar-js.com/images/top.jpg", "https://sleeplessocean.com/images/background.jpg" ] } } } );