Agent Skills: JWebMP FullCalendar Pro

FullCalendar Premium integration for JWebMP with advanced calendar features. Extends jwebmp-fullcalendar with resource scheduling, timeline views, vertical resource view, premium plugins, and enterprise features. Requires FullCalendar Premium license. Use when working with FullCalendar Premium features, resource scheduling, timeline views, or advanced calendar capabilities.

UncategorizedID: GuicedEE/ai-rules/jwebmp-fullcalendar-pro

Install this agent skill to your local

pnpm dlx add-skill https://github.com/GuicedEE/ai-rules/tree/HEAD/skills/.system/jwebmp-fullcalendar-pro

Skill Files

Browse the full folder contents for jwebmp-fullcalendar-pro.

Download Skill

Loading file tree…

skills/.system/jwebmp-fullcalendar-pro/SKILL.md

Skill Metadata

Name
jwebmp-fullcalendar-pro
Description
FullCalendar Premium integration for JWebMP with advanced calendar features. Extends jwebmp-fullcalendar with resource scheduling, timeline views, vertical resource view, premium plugins, and enterprise features. Requires FullCalendar Premium license. Use when working with FullCalendar Premium features, resource scheduling, timeline views, or advanced calendar capabilities.

JWebMP FullCalendar Pro

FullCalendar Premium integration for JWebMP with advanced calendar features.

Premium Features

  • Resource Scheduling — Schedule across resources
  • Timeline Views — Horizontal timeline
  • Vertical Resource View — Vertical resource layout
  • Resource Timeline — Combined resource + timeline
  • Premium Plugins — Additional view types

Resource Configuration

options.setResources(List.of(
    new Resource()
        .setId("room-a")
        .setTitle("Conference Room A")
        .setEventColor("blue"),
    new Resource()
        .setId("room-b")
        .setTitle("Conference Room B")
        .setEventColor("green")
));

Resource Timeline View

options
    .setInitialView("resourceTimelineDay")
    .setResourceAreaHeaderContent("Rooms")
    .setResourceAreaWidth("20%")
    .setSlotDuration("00:15:00");

Vertical Resource View

options.setInitialView("resourceTimeGridDay");

Resource Event Binding

new Event()
    .setTitle("Meeting")
    .setStart("2025-03-15T10:00:00")
    .setEnd("2025-03-15T11:00:00")
    .setResourceId("room-a");

Installation

<dependency>
  <groupId>com.jwebmp.plugins</groupId>
  <artifactId>full-calendar-pro</artifactId>
</dependency>

Note: Requires valid FullCalendar Premium license.

References

  • Module: com.jwebmp.plugins.fullcalendarpro
  • FullCalendar Premium: 6.1.19
  • Java: 25+
  • License: Apache 2.0 (code), FullCalendar Premium license required
  • FullCalendar Premium