{"id":13398703,"url":"https://github.com/fullcalendar/fullcalendar","last_synced_at":"2025-05-12T17:49:17.731Z","repository":{"id":732530,"uuid":"381979","full_name":"fullcalendar/fullcalendar","owner":"fullcalendar","description":"Full-sized drag \u0026 drop event calendar in JavaScript","archived":false,"fork":false,"pushed_at":"2025-04-02T13:56:34.000Z","size":32412,"stargazers_count":19456,"open_issues_count":1042,"forks_count":3663,"subscribers_count":434,"default_branch":"main","last_synced_at":"2025-05-05T15:13:34.165Z","etag":null,"topics":["calendar","event","full-sized"],"latest_commit_sha":null,"homepage":"https://fullcalendar.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fullcalendar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2009-11-22T23:16:51.000Z","updated_at":"2025-05-05T14:08:01.000Z","dependencies_parsed_at":"2023-01-14T10:46:10.083Z","dependency_job_id":"eca85e38-81f1-41d7-802f-e3e88fffe2ab","html_url":"https://github.com/fullcalendar/fullcalendar","commit_stats":{"total_commits":6242,"total_committers":161,"mean_commits":38.77018633540373,"dds":"0.22268503684716434","last_synced_commit":"3b56ca2d741a449b32f02548b0cec0bf06d3d368"},"previous_names":["arshaw/fullcalendar"],"tags_count":166,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullcalendar%2Ffullcalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullcalendar%2Ffullcalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullcalendar%2Ffullcalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fullcalendar%2Ffullcalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fullcalendar","download_url":"https://codeload.github.com/fullcalendar/fullcalendar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252522172,"owners_count":21761685,"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","event","full-sized"],"created_at":"2024-07-30T19:00:30.833Z","updated_at":"2025-05-12T17:49:17.674Z","avatar_url":"https://github.com/fullcalendar.png","language":"TypeScript","funding_links":[],"categories":["JavaScript","TypeScript","others","目录","Form Widgets","前端开发框架及项目","Form Widgets [🔝](#readme)","UI","表单组件","🔧 Utilities \u0026 Miscellaneous"],"sub_categories":["框架、库和组件","Calendar","其他_文本生成、文本对话","日历"],"readme":"# FullCalendar\n\nFull-sized drag \u0026 drop calendar in JavaScript\n\n- [Project Website](https://fullcalendar.io/)\n- [Documentation](https://fullcalendar.io/docs)\n- [Changelog](CHANGELOG.md)\n- [Support](https://fullcalendar.io/support)\n- [License](LICENSE.md)\n- [Roadmap](https://fullcalendar.io/roadmap)\n\nConnectors:\n\n- [React](https://github.com/fullcalendar/fullcalendar-react)\n- [Angular](https://github.com/fullcalendar/fullcalendar-angular)\n- [Vue 3](https://github.com/fullcalendar/fullcalendar-vue) |\n  [2](https://github.com/fullcalendar/fullcalendar-vue2)\n\n## Bundle\n\nThe [FullCalendar Standard Bundle](bundle) is easier to install than individual plugins, though filesize will be larger. It works well with a CDN.\n\n## Installation\n\nInstall the FullCalendar core package and any plugins you plan to use:\n\n```sh\nnpm install @fullcalendar/core @fullcalendar/interaction @fullcalendar/daygrid\n```\n\n## Usage\n\nInstantiate a Calendar with plugins and options:\n\n```js\nimport { Calendar } from '@fullcalendar/core'\nimport interactionPlugin from '@fullcalendar/interaction'\nimport dayGridPlugin from '@fullcalendar/daygrid'\n\nconst calendarEl = document.getElementById('calendar')\nconst calendar = new Calendar(calendarEl, {\n  plugins: [\n    interactionPlugin,\n    dayGridPlugin\n  ],\n  initialView: 'timeGridWeek',\n  editable: true,\n  events: [\n    { title: 'Meeting', start: new Date() }\n  ]\n})\n\ncalendar.render()\n```\n\n## Development\n\nYou must install this repo with [PNPM](https://pnpm.io/):\n\n```\npnpm install\n```\n\nAvailable scripts (via `pnpm run \u003cscript\u003e`):\n\n- `build` - build production-ready dist files\n- `dev` - build \u0026 watch development dist files\n- `test` - test headlessly\n- `test:dev` - test interactively\n- `lint`\n- `clean`\n\n[Info about contributing code \u0026raquo;](CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullcalendar%2Ffullcalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullcalendar%2Ffullcalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullcalendar%2Ffullcalendar/lists"}