{"id":16362497,"url":"https://github.com/colorfield/react_calendar","last_synced_at":"2026-05-09T09:02:14.141Z","repository":{"id":150261761,"uuid":"139431220","full_name":"colorfield/react_calendar","owner":"colorfield","description":"React progressively decoupled Calendar based on JSON API","archived":false,"fork":false,"pushed_at":"2018-08-29T13:50:21.000Z","size":6547,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T15:14:43.997Z","etag":null,"topics":["calendar","drupal","drupal-8","drupal-module","json-api","react"],"latest_commit_sha":null,"homepage":"","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/colorfield.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-02T10:58:27.000Z","updated_at":"2019-06-19T02:10:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"55a86779-39a8-4f9d-af61-6212ace60d68","html_url":"https://github.com/colorfield/react_calendar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/colorfield/react_calendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colorfield%2Freact_calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colorfield%2Freact_calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colorfield%2Freact_calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colorfield%2Freact_calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colorfield","download_url":"https://codeload.github.com/colorfield/react_calendar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colorfield%2Freact_calendar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266481732,"owners_count":23935938,"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":["calendar","drupal","drupal-8","drupal-module","json-api","react"],"created_at":"2024-10-11T02:24:26.088Z","updated_at":"2026-05-09T09:02:09.098Z","avatar_url":"https://github.com/colorfield.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Calendar\n\nReact progressive decoupling for Drupal 8 based on JSON API.\n\n## Dependencies\n\n### React\n\n- [Big Calendar](https://github.com/intljusticemission/react-big-calendar)\n- [Moment](https://www.npmjs.com/package/react-moment)\n\n## Drupal\n\n- Date Range or Date (core)\n- JSON API 2.x ([The path for JSON API to core](https://www.drupal.org/project/jsonapi/issues/2931785))\n\n## Configuration \n\n- Enable the __Date Range__ or __Date__ module\n- Add a _date range_ or _date_ field to a content type\n- Use the content type tab to enable 'React Calendar' \nfor the desired content type(s) and set the date field that will be used\n- Head to _/react_calendar/calendar_\n \n## Roadmap\n\nBy priority\n\n- ~~Expose calendar as a block~~\n- Content translation review for language fallback\n (/admin/config/react_calendar/settings)\n- Configure events title display as multiline in month view \n- [Timezone support](https://github.com/r-daneelolivaw/react_calendar/issues/2)\n- Provide configuration for BigCalendar React props,\nincluding views (month, week, work week, day, agenda)\n- Clear cache after module installation to display the React Calendar tab on the content type\n- Set enabled entity types from the date or date range field instance definition instead of the\ncontent type configuration that currently limits the exposed entities to nodes \n- Set Calendar view and date from the routing\n- Configure Calendar exposed views (month, week, day, agenda)\n- Add permission to view the calendar\n- Week start day based on system configuration\n- Provide configuration and translation for status messages (loading, error)\n- Set calendar locales based on current interface language\n- Optionally set event colors based on a taxonomy vocabulary (e.g. event type)\n- Provide GraphQL implementation\n- Choose between GraphQL or JSON API from the configuration\n- Update events via drag and drop\n- Styling documentation\n\n## Development\n\n### Drupal\n\n- Enable the Date Range module\n- Enable the React Calendar module\n- Configure CORS to allow `* | http://localhost:3000`\n- Create an 'event' content type with a 'date range' field \nnamed 'field_datetime_range'.\nThese values are coming from the static js/public/index.html file\n- Use the event content type tab to enable 'React Calendar' \nand set the date field to the date range field previously created\n- Devel generate some events\n\n### React\n\n1. cd in _react_calendar/js/src_\n2. Install dependencies with `yarn install`\n3. Copy the _constants/.env.example.js_ file to _constants/.env.local.js_ \nand set there your Drupal 8 development site url.\nIt will be used while debugging React as a standalone app for JSON API requests\n4. Edit _App.js_ or the components\n5. Run `yarn start` to start the React development server \nand test your app outside of Drupal (localhost:3000)\n6. Run `php build.php` to bundle the dist js and css\nthat are referenced by _react_calendar.libraries.yml_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolorfield%2Freact_calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolorfield%2Freact_calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolorfield%2Freact_calendar/lists"}