{"id":20084617,"url":"https://github.com/dhtmlx/scheduler","last_synced_at":"2026-04-02T00:58:38.382Z","repository":{"id":11270440,"uuid":"13675822","full_name":"DHTMLX/scheduler","owner":"DHTMLX","description":"GPL version of JavaScript Event Scheduler","archived":false,"fork":false,"pushed_at":"2024-03-15T11:07:07.000Z","size":13270,"stargazers_count":287,"open_issues_count":15,"forks_count":112,"subscribers_count":23,"default_branch":"master","last_synced_at":"2024-04-24T05:28:45.791Z","etag":null,"topics":["calendar","dhtmlx","event-calendar","javascript","javascript-scheduler","project-management","scheduler"],"latest_commit_sha":null,"homepage":"https://dhtmlx.com/docs/products/dhtmlxScheduler/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DHTMLX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2013-10-18T10:59:35.000Z","updated_at":"2024-04-13T04:44:05.000Z","dependencies_parsed_at":"2022-07-14T03:30:36.052Z","dependency_job_id":"ab9a2e62-81f8-4837-a832-360b4d016511","html_url":"https://github.com/DHTMLX/scheduler","commit_stats":{"total_commits":56,"total_committers":3,"mean_commits":"18.666666666666668","dds":0.1964285714285714,"last_synced_commit":"1e960033550517e825dc3d8118051f76e1aaea43"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DHTMLX","download_url":"https://codeload.github.com/DHTMLX/scheduler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248590533,"owners_count":21129841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calendar","dhtmlx","event-calendar","javascript","javascript-scheduler","project-management","scheduler"],"created_at":"2024-11-13T15:52:40.809Z","updated_at":"2026-04-02T00:58:38.374Z","avatar_url":"https://github.com/DHTMLX.png","language":"JavaScript","readme":"# dhtmlxScheduler #\n\n[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)\n[![npm: v.7.2.13](https://img.shields.io/badge/npm-v.7.2.13-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)\n[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)\n\n[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.\n\nIntuitive 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.\n\n![DHTMLX Scheduler Demo](https://github.com/plazarev/media/blob/master/javascript-scheduler-dhtmlx.png?raw=true)\n\n==\u003e [See more samples](https://docs.dhtmlx.com/scheduler/samples/index.html)\n\n\n## Getting started ##\n\nAdd files:\n~~~html\n\u003cscript src=\"dhtmlxscheduler.js\" \u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" href=\"dhtmlxscheduler.css\" type=\"text/css\" charset=\"utf-8\"\u003e\n~~~\n\nAdd markup:\n~~~html\n\u003cdiv id=\"scheduler_here\" class=\"dhx_cal_container\" style='width:100%; height:100vh;'\u003e\n\t\u003cdiv class=\"dhx_cal_navline\"\u003e\n\t\t\u003cdiv class=\"dhx_cal_prev_button\"\u003e\u0026nbsp;\u003c/div\u003e\n\t\t\u003cdiv class=\"dhx_cal_next_button\"\u003e\u0026nbsp;\u003c/div\u003e\n\t\t\u003cdiv class=\"dhx_cal_today_button\"\u003e\u003c/div\u003e\n\t\t\u003cdiv class=\"dhx_cal_date\"\u003e\u003c/div\u003e\n\t\t\u003cdiv class=\"dhx_cal_tab\" data-tab=\"day\"\u003e\u003c/div\u003e\n\t\t\u003cdiv class=\"dhx_cal_tab\" data-tab=\"week\"\u003e\u003c/div\u003e\n\t\t\u003cdiv class=\"dhx_cal_tab\" data-tab=\"month\"\u003e\u003c/div\u003e\n\t\u003c/div\u003e\n\t\u003cdiv class=\"dhx_cal_header\"\u003e\u003c/div\u003e\n\t\u003cdiv class=\"dhx_cal_data\"\u003e\u003c/div\u003e\n\u003c/div\u003e\n~~~\n\nAnd initialize:\n~~~js\nscheduler.config.first_hour = 6;\nscheduler.config.last_hour = 19;\nscheduler.init('scheduler_here', new Date(2024, 3, 20), \"week\");\nscheduler.parse([\n\t{ id:1, start_date: \"2024-04-15 09:00\", end_date: \"2024-04-15 12:00\", text:\"English lesson\" },\n\t{ id:2, start_date: \"2024-04-16 10:00\", end_date: \"2024-04-16 16:00\", text:\"Math exam\" },\n\t{ id:3, start_date: \"2024-04-16 10:00\", end_date: \"2024-04-21 16:00\", text:\"Science lesson\" },\n\t{ id:4, start_date: \"2024-04-17 16:00\", end_date: \"2024-04-17 17:00\", text:\"English lesson\" },\n\t{ id:5, start_date: \"2024-04-18 09:00\", end_date: \"2024-04-18 17:00\", text:\"Usual event\" }\n]);\n~~~\n\n==\u003e [Check the live demo](https://snippet.dhtmlx.com/jb8mc2c7?text=scheduler)\n\n## Complete guides ##\n\n- [Vue.js](https://dhtmlx.com/blog/use-dhtmlx-scheduler-vue-js-framework-demo/)\n- [Angular](https://dhtmlx.com/blog/angular-dhtmlxscheduler-tutorial/)\n- [Node](https://docs.dhtmlx.com/scheduler/howtostart_nodejs.html)\n- ASP.NET\n\t- [ASP.NET Core](https://docs.dhtmlx.com/scheduler/howtostart_dotnet_core.html)\n\t- [ASP.NET MVC](https://docs.dhtmlx.com/scheduler/howtostart_dotnet.html)\n- PHP\n\t- [Plain PHP](https://docs.dhtmlx.com/scheduler/howtostart_plain_php.html)\n\t- [Laravel](https://docs.dhtmlx.com/scheduler/howtostart_php_laravel.html)\n\t- [Slim framework](https://docs.dhtmlx.com/scheduler/howtostart_php_slim4.html)\n- [Ruby on Rails](https://docs.dhtmlx.com/scheduler/howtostart_ruby.html)\n\n==\u003e [Check all tutorials](https://docs.dhtmlx.com/scheduler/howtostart_guides.html)\n\n## Features ##\n\n- Responsive design and full support for touch screens\n\n- Support for all modern browsers: Google Chrome, Safari, Firefox and MS Edge\n\n- Configurable options - color shapes, time scales, custom form for recurring events, 25 languages, and RTL support\n\n![RTL support](https://dhtmlx.com/blog/wp-content/uploads/2019/09/Scheduler-RTL-views.gif)\n\n- Export service to XML, iCal, JSON, PDF, PNG, MS Project\n\n- Dynamic loading\n- PHP, ASP.NET, Java, CF [connectors](https://dhtmlx.com/docs/products/dhtmlxConnector/)\n\n## License ##\n\ndhtmlxScheduler v.7.2.13 Standard\n\nTo 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\n\n(c) XB Software Ltd.\n\n\n## Useful links ##\n\n- [Documentation](https://docs.dhtmlx.com/scheduler/)\n- [Online samples](https://docs.dhtmlx.com/scheduler/samples/index.html)\n- [Video tutorials](https://www.youtube.com/playlist?list=PLKS_XdyIGP4M1Jtg1qyjdJtCsqU1bqGsc)\n- [DHTMLX Scheduler product page](https://dhtmlx.com/docs/products/dhtmlxScheduler/)\n- [List of available integrations](https://dhtmlx.com/docs/products/integrations/)\n- [Export services](https://dhtmlx.com/docs/products/dhtmlxScheduler/export.shtml)\n- [Support forum](https://forum.dhtmlx.com/c/scheduler-all/scheduler)\n\n## Follow us ##\n\nStar our GitHub repo :star:\n\nTake a [survey](https://docs.google.com/forms/d/e/1FAIpQLSee5YV4WBfZ17RJ-H1TpkBYYcXsZTr0xqNpOrhGrCLiaQeOJQ/viewform) to help us understand your needs :memo:\n\nRead us on [Medium](https://medium.com/@dhtmlx) :newspaper:\n\nFollow us on [Twitter](https://twitter.com/dhtmlx) :bird: \n\nLike our page on [Facebook](https://www.facebook.com/dhtmlx/) :+1:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhtmlx%2Fscheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhtmlx%2Fscheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhtmlx%2Fscheduler/lists"}