{"id":20084599,"url":"https://github.com/dhtmlx/meteor-scheduler","last_synced_at":"2025-07-22T13:05:02.443Z","repository":{"id":30186322,"uuid":"33737022","full_name":"DHTMLX/meteor-scheduler","owner":"DHTMLX","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-01T15:58:44.000Z","size":1297,"stargazers_count":6,"open_issues_count":10,"forks_count":6,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-05-06T01:37:45.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-10T15:53:03.000Z","updated_at":"2023-05-16T12:43:05.000Z","dependencies_parsed_at":"2022-08-07T15:01:15.203Z","dependency_job_id":null,"html_url":"https://github.com/DHTMLX/meteor-scheduler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DHTMLX/meteor-scheduler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fmeteor-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fmeteor-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fmeteor-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fmeteor-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DHTMLX","download_url":"https://codeload.github.com/DHTMLX/meteor-scheduler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fmeteor-scheduler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266499024,"owners_count":23938774,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T15:52:39.858Z","updated_at":"2025-07-22T13:05:02.419Z","avatar_url":"https://github.com/DHTMLX.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"dhtmlxScheduler is an event calendar that allows adding a Google-like scheduler on a web page.\n================================\n\nAllows using [dhtmlxScheduler](http://dhtmlx.com/docs/products/dhtmlxScheduler) with [Meteor](https://meteor.com/).\n\nHow to use\n-----------\n\n- Add the [dhtmlxScheduler package](https://atmospherejs.com/dhtmlx/scheduler):\n\n    ```sh\n    meteor add dhtmlx:scheduler\n    ```\n\n- Initialize dhtmlxScheduler component:\n\n    ```html\n\t\u003cbody\u003e\n\t  \u003cdiv id=\"scheduler_here\" class=\"dhx_cal_container\" style='width:100%; height:500px;'\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\" name=\"day_tab\" style=\"right:332px;\"\u003e\u003c/div\u003e\n\t\t  \u003cdiv class=\"dhx_cal_tab\" name=\"week_tab\" style=\"right:268px;\"\u003e\u003c/div\u003e\n\t\t  \u003cdiv class=\"dhx_cal_tab\" name=\"month_tab\" style=\"right:204px;\"\u003e\u003c/div\u003e\n\t\t  \u003cdiv class=\"dhx_cal_tab\" name=\"year_tab\" style=\"right:140px;\"\u003e\u003c/div\u003e\n\t      \u003c/div\u003e\n\t      \u003cdiv class=\"dhx_cal_header\"\u003e\n\t      \u003c/div\u003e\n\t      \u003cdiv class=\"dhx_cal_data\"\u003e\n\t      \u003c/div\u003e\n\t  \u003c/div\u003e\n\t\u003c/body\u003e\n    ```\n\n    ```js\n    scheduler.init(\"scheduler_here\", new Date());\n    ```\n\nThat is it.\n\nLicense\n----------\n\nDHTMLX is published under the GPLv3 license.\n\nLicense:\n\n\tPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"),\n\tto deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,\n\tand/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\n\tThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n\tIN THE SOFTWARE.\n\n\nCopyright (c) 2015 DHTMLX\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhtmlx%2Fmeteor-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhtmlx%2Fmeteor-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhtmlx%2Fmeteor-scheduler/lists"}