Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhtmlx/scheduler
GPL version of JavaScript Event Scheduler
https://github.com/dhtmlx/scheduler
calendar dhtmlx event-calendar javascript javascript-scheduler project-management scheduler
Last synced: 6 days ago
JSON representation
GPL version of JavaScript Event Scheduler
- Host: GitHub
- URL: https://github.com/dhtmlx/scheduler
- Owner: DHTMLX
- License: gpl-2.0
- Created: 2013-10-18T10:59:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T11:07:07.000Z (11 months ago)
- Last Synced: 2024-04-24T05:28:45.791Z (10 months ago)
- Topics: calendar, dhtmlx, event-calendar, javascript, javascript-scheduler, project-management, scheduler
- Language: JavaScript
- Homepage: https://dhtmlx.com/docs/products/dhtmlxScheduler/
- Size: 12.7 MB
- Stars: 287
- Watchers: 23
- Forks: 112
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# dhtmlxScheduler #
[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
[![npm: v.7.2.1](https://img.shields.io/badge/npm-v.7.2.1-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)
[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)[DHTMLX Scheduler](https://dhtmlx.com/docs/products/dhtmlxScheduler) 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](https://github.com/plazarev/media/blob/master/javascript-scheduler-dhtmlx.png?raw=true)
==> [See more samples](https://docs.dhtmlx.com/scheduler/samples/index.html)
## Getting started ##
Add files:
~~~html~~~
Add markup:
~~~html
~~~And initialize:
~~~js
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](https://snippet.dhtmlx.com/jb8mc2c7?text=scheduler)
## Complete guides ##
- [Vue.js](https://dhtmlx.com/blog/use-dhtmlx-scheduler-vue-js-framework-demo/)
- [Angular](https://dhtmlx.com/blog/angular-dhtmlxscheduler-tutorial/)
- [Node](https://docs.dhtmlx.com/scheduler/howtostart_nodejs.html)
- ASP.NET
- [ASP.NET Core](https://docs.dhtmlx.com/scheduler/howtostart_dotnet_core.html)
- [ASP.NET MVC](https://docs.dhtmlx.com/scheduler/howtostart_dotnet.html)
- PHP
- [Plain PHP](https://docs.dhtmlx.com/scheduler/howtostart_plain_php.html)
- [Laravel](https://docs.dhtmlx.com/scheduler/howtostart_php_laravel.html)
- [Slim framework](https://docs.dhtmlx.com/scheduler/howtostart_php_slim4.html)
- [Ruby on Rails](https://docs.dhtmlx.com/scheduler/howtostart_ruby.html)==> [Check all tutorials](https://docs.dhtmlx.com/scheduler/howtostart_guides.html)
## 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](https://dhtmlx.com/blog/wp-content/uploads/2019/09/Scheduler-RTL-views.gif)
- Export service to XML, iCal, JSON, PDF, PNG, MS Project
- Dynamic loading
- PHP, ASP.NET, Java, CF [connectors](https://dhtmlx.com/docs/products/dhtmlxConnector/)## License ##
dhtmlxScheduler v.7.2.1 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 [email protected]
(c) XB Software Ltd.
## Useful links ##
- [Documentation](https://docs.dhtmlx.com/scheduler/)
- [Online samples](https://docs.dhtmlx.com/scheduler/samples/index.html)
- [Video tutorials](https://www.youtube.com/playlist?list=PLKS_XdyIGP4M1Jtg1qyjdJtCsqU1bqGsc)
- [DHTMLX Scheduler product page](https://dhtmlx.com/docs/products/dhtmlxScheduler/)
- [List of available integrations](https://dhtmlx.com/docs/products/integrations/)
- [Export services](https://dhtmlx.com/docs/products/dhtmlxScheduler/export.shtml)
- [Support forum](https://forum.dhtmlx.com/c/scheduler-all/scheduler)## Follow us ##
Star our GitHub repo :star:
Take a [survey](https://docs.google.com/forms/d/e/1FAIpQLSee5YV4WBfZ17RJ-H1TpkBYYcXsZTr0xqNpOrhGrCLiaQeOJQ/viewform) to help us understand your needs :memo:
Read us on [Medium](https://medium.com/@dhtmlx) :newspaper:
Follow us on [Twitter](https://twitter.com/dhtmlx) :bird:
Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :+1: