{"id":20084578,"url":"https://github.com/dhtmlx/scheduler-wordpress","last_synced_at":"2025-05-06T01:32:07.618Z","repository":{"id":5999179,"uuid":"7222029","full_name":"DHTMLX/scheduler-wordpress","owner":"DHTMLX","description":"Wordpress plugin for the dhtmlxScheduler","archived":false,"fork":false,"pushed_at":"2012-12-19T13:34:57.000Z","size":2329,"stargazers_count":8,"open_issues_count":2,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-09T06:51:12.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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":"2012-12-18T11:05:31.000Z","updated_at":"2020-02-15T09:38:34.000Z","dependencies_parsed_at":"2022-09-12T09:41:18.661Z","dependency_job_id":null,"html_url":"https://github.com/DHTMLX/scheduler-wordpress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler-wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler-wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler-wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DHTMLX%2Fscheduler-wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DHTMLX","download_url":"https://codeload.github.com/DHTMLX/scheduler-wordpress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252604391,"owners_count":21775095,"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":[],"created_at":"2024-11-13T15:52:30.386Z","updated_at":"2025-05-06T01:32:07.160Z","avatar_url":"https://github.com/DHTMLX.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dhtmlxScheduler Wordpress plugin\n\n##Component structure\n*  codebase/ - scheduler codebase\n*  mce_scheduler/ - mce button to add event in wordpress post/page editor\n*  admin.php - initializing admin panel\n*  scheduler.php - plugin code\n*  scheduler_include.html - additional html/js/css code which is included at page before scheduler.init()\n\nAll scheduler logic is located in codebase.  \nIt includes scheduler codebase, scheduler configurator, code generator.\nThere are 3 main points in code:  \n*  initializing admin panel:  \n     +  wordpress/admin.php  \n*  generating scheduler code:  \n     +  wordpress/scheduler.php (function scheduler_init())  \n*  processing loading/saving requests:  \n     +  codebase/dhtmlxSchedulerConfiguratorLoad.php  \n\n\n##Database structure  \n*  events_rec - stores scheduler events  \n      +  event\\_id - event id  \n      +  start\\_date - event start date/time  \n      +  end\\_date - event end date/time  \n      +  text - event text  \n      +  rec\\_type - event recurring logic  \n      +  event\\_pid - parent event (for editing one event from recurring series)  \n      +  event\\_length - event length (required for recurring events)  \n      +  user - event creator/editor id  \n      +  lat - event latitude (for map view)  \n      +  lng - event longuitude (for map view)  \n*  scheduler options are located in wordpress options table.  \nHere is a list of options:  \n      +  scheduler\\_xml - scheduler xml configuration. Is used to load settings in admin panel  \n      +  scheduler\\_php - parsed xml configuration and serialized into more useful form  \n      +  scheduler\\_php_version - version of the last php configuration  \n      +  scheduler\\_xml\\_version - version of the last xml configuration  \n      +  scheduler\\_stable\\_config - last stable configuration (is used for restoring scheduler configuration after config xml error)  \n\n\n##Codebase details\nCore provides universal control panel, API for generating scheduler and events data-feed.  \nLogic of parsing settings may be found in codebase/dhtmlxSchedulerConfigurator.php.  \n\nFor saving/parsing configuration is used the follow logic:  \nwhen user saves configuration it is saved into database.  \nAt the same time scheduler\\_xml\\_version (have a look database structure) is increased.  \nWhen user opens scheduler then configurators compare scheduler\\_xml\\_version and scheduler\\_php\\_version.  \nIf scheduler\\_xml\\_version if bigger than scheduler\\_php\\_version then it parses xml configuration and serialize it into php (scheduler\\_php in database).  \nAt the same time configurator updates scheduler_php_version to actual.  \nIf scheduler\\_xml\\_version equals scheduler\\_php\\_version than xml is already parsed and serialized php configuration may be used.  \n\nRead more about dhtmlxScheduler Joomla! component in [documentation](https://github.com/DHTMLX/scheduler-wordpress/wiki/dhtmlxScheduler-for-Wordpress).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhtmlx%2Fscheduler-wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhtmlx%2Fscheduler-wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhtmlx%2Fscheduler-wordpress/lists"}