{"id":36997632,"url":"https://github.com/coroo/nova-fullcalendar","last_synced_at":"2026-01-13T23:55:36.732Z","repository":{"id":56958138,"uuid":"293053968","full_name":"coroo/nova-fullcalendar","owner":"coroo","description":"Simple Nova FullCalendar","archived":false,"fork":false,"pushed_at":"2020-09-28T02:50:29.000Z","size":864,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T00:07:29.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/coroo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null}},"created_at":"2020-09-05T10:34:00.000Z","updated_at":"2020-09-28T00:11:43.000Z","dependencies_parsed_at":"2022-08-21T09:50:19.242Z","dependency_job_id":null,"html_url":"https://github.com/coroo/nova-fullcalendar","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/coroo/nova-fullcalendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coroo%2Fnova-fullcalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coroo%2Fnova-fullcalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coroo%2Fnova-fullcalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coroo%2Fnova-fullcalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coroo","download_url":"https://codeload.github.com/coroo/nova-fullcalendar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coroo%2Fnova-fullcalendar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-13T23:55:36.223Z","updated_at":"2026-01-13T23:55:36.726Z","avatar_url":"https://github.com/coroo.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nova FullCalendar - Laravel Nova Package\n\nA Laravel Nova Dashboard with FullCalendar JS | See [:blue_book:Documentation Page](https://coroo.github.io/nova-fullcalendar/)\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/coroowicaksono/nova-fullcalendar)](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)\n[![Total Downloads](https://img.shields.io/packagist/dt/coroowicaksono/nova-fullcalendar)](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)\n[![License](https://img.shields.io/github/languages/top/coroo/nova-fullcalendar)](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)\n[![State Status](https://img.shields.io/github/deployments/coroo/nova-fullcalendar/github-pages)](https://packagist.org/packages/coroowicaksono/nova-fullcalendar)\n[![License](https://img.shields.io/packagist/l/coroowicaksono/nova-fullcalendar)](https://github.com/coroo/nova-fullcalendar/blob/master/LICENSE)\n\n[![License](https://img.shields.io/github/stars/coroo/nova-fullcalendar?style=social)](https://github.com/coroo/nova-fullcalendar/stargazers)\n\n\u003e This Nova FullCalendar JS Integration requires Nova 2.0 or higher.\n\n![FullCalendar JS Integration in Action](https://raw.githubusercontent.com/coroo/nova-fullcalendar/gh-pages/assets/img/nova-fullcalendar.gif)\n\n## Installation \u0026 Documentation\n\n### Simple Installation\n\n```php\n// app/Providers/NovaServiceProvider\nprotected function cards()\n{\n    $events = Event::select(DB::raw('id, nama_kegiatan as title, concat(tanggal_acara, \" \", jam_acara) as date, concat(tanggal_acara, \" \", jam_acara) as start, tanggal_acara as end'))\n        -\u003eget()\n        -\u003etoJson();\n    \n    return [\n        (new FullCalendar())\n            -\u003eseries($events)\n    ];\n}\n```\n:mortar_board: For better experiences, we moved documentation to : __https://coroo.github.io/nova-fullcalendar/__\n\n## ChangeLog\n\nPlease see [CHANGELOG](https://github.com/coroo/nova-fullcalendar/blob/master/CHANGELOG.md) for more information on what has changed recently.\n\n## License\n\nThe MIT License (MIT). Please see [License File](https://github.com/coroo/nova-fullcalendar/blob/master/LICENSE) for more information.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoroo%2Fnova-fullcalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoroo%2Fnova-fullcalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoroo%2Fnova-fullcalendar/lists"}