MCPcopy Index your code
hub / github.com/DHTMLX/scheduler

github.com/DHTMLX/scheduler @v7.2.14

Chat with this repo
repository ↗ · DeepWiki ↗ · release v7.2.14 ↗ · + Follow
2,187 symbols 6,638 edges 7 files 382 documented · 17%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

dhtmlxScheduler

dhtmlx.com npm: v.7.2.14 License: GPL v2

DHTMLX Scheduler is a JavaScript library that allows you to add a Google-like scheduler to your web app or website.

Intuitive drag-and-drop interface allows end users to quickly manage events and appointments in 10 different views, including Day, Week, Month, Year, Agenda, Timeline, etc. The Scheduler also supports integration with Google Maps so users can assign a location to the particular calendar events. Moreover, they can create recurring and multiday events.

DHTMLX Scheduler Demo

==> See more samples

Getting started

Add files:

<script src="https://github.com/DHTMLX/scheduler/raw/v7.2.14/dhtmlxscheduler.js" ></script>
<link rel="stylesheet" href="https://github.com/DHTMLX/scheduler/raw/v7.2.14/dhtmlxscheduler.css" type="text/css" charset="utf-8">

Add markup:









&nbsp;




&nbsp;











































And initialize:

scheduler.config.first_hour = 6;
scheduler.config.last_hour = 19;
scheduler.init('scheduler_here', new Date(2024, 3, 20), "week");
scheduler.parse([
    { id:1, start_date: "2024-04-15 09:00", end_date: "2024-04-15 12:00", text:"English lesson" },
    { id:2, start_date: "2024-04-16 10:00", end_date: "2024-04-16 16:00", text:"Math exam" },
    { id:3, start_date: "2024-04-16 10:00", end_date: "2024-04-21 16:00", text:"Science lesson" },
    { id:4, start_date: "2024-04-17 16:00", end_date: "2024-04-17 17:00", text:"English lesson" },
    { id:5, start_date: "2024-04-18 09:00", end_date: "2024-04-18 17:00", text:"Usual event" }
]);

==> Check the live demo

Complete guides

==> Check all tutorials

Features

  • Responsive design and full support for touch screens

  • Support for all modern browsers: Google Chrome, Safari, Firefox and MS Edge

  • Configurable options - color shapes, time scales, custom form for recurring events, 25 languages, and RTL support

RTL support

  • Export service to XML, iCal, JSON, PDF, PNG, MS Project

  • Dynamic loading

  • PHP, ASP.NET, Java, CF connectors

License

dhtmlxScheduler v.7.2.14 Standard

To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com

(c) XB Software Ltd.

Useful links

Follow us

Star our GitHub repo :star:

Take a survey to help us understand your needs :memo:

Read us on Medium :newspaper:

Follow us on Twitter :bird:

Like our page on Facebook :+1:

Extension points exported contracts — how you extend this code

SchedulerEnterprise (Interface)
(no doc) [1 implementers]
codebase/dhtmlxscheduler.d.ts
SchedulerEnterprise (Interface)
(no doc) [1 implementers]
codebase/dhtmlxscheduler.es.d.ts
SchedulerTemplates (Interface)
(no doc)
codebase/dhtmlxscheduler.d.ts
SchedulerTemplates (Interface)
(no doc)
codebase/dhtmlxscheduler.es.d.ts
SchedulerConfigOptions (Interface)
(no doc)
codebase/dhtmlxscheduler.d.ts
SchedulerConfigOptions (Interface)
(no doc)
codebase/dhtmlxscheduler.es.d.ts
SchedulerDateHelpers (Interface)
(no doc)
codebase/dhtmlxscheduler.d.ts
SchedulerDateHelpers (Interface)
(no doc)
codebase/dhtmlxscheduler.es.d.ts

Core symbols most depended-on inside this repo

add
called by 1040
codebase/dhtmlxscheduler.es.d.ts
attachEvent
called by 660
codebase/dhtmlxscheduler.es.d.ts
getEvent
called by 536
codebase/dhtmlxscheduler.es.d.ts
callEvent
called by 500
codebase/dhtmlxscheduler.es.d.ts
getState
called by 360
codebase/dhtmlxscheduler.es.d.ts
event
called by 212
codebase/dhtmlxscheduler.es.d.ts
date_part
called by 172
codebase/dhtmlxscheduler.es.d.ts
bind
called by 122
codebase/dhtmlxscheduler.es.d.ts

Shape

Function 1,267
Method 802
Class 96
Interface 22

Languages

TypeScript100%

Modules by API surface

codebase/sources/dhtmlxscheduler.js627 symbols
codebase/sources/dhtmlxscheduler.es.js627 symbols
codebase/dhtmlxscheduler.js250 symbols
codebase/dhtmlxscheduler.es.js250 symbols
codebase/dhtmlxscheduler.es.d.ts216 symbols
codebase/dhtmlxscheduler.d.ts216 symbols
codebase/sources/less/scripts.js1 symbols

For agents

$ claude mcp add scheduler \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact