{"id":32229407,"url":"https://github.com/asitparida/richcc","last_synced_at":"2025-10-22T10:10:16.032Z","repository":{"id":58231471,"uuid":"50657556","full_name":"asitparida/RichCC","owner":"asitparida","description":"A rich calendar control for visualizing events implemented on top of AngularJS UI Bootstrap's Datepicker plugin.","archived":false,"fork":false,"pushed_at":"2016-12-20T09:40:47.000Z","size":1408,"stargazers_count":14,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-16T07:42:47.849Z","etag":null,"topics":["angularjs","bootstrap","calendar","date","date-formatting","datepicker","lightweight","plugin","range","scss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/asitparida.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-29T11:08:51.000Z","updated_at":"2021-02-03T02:50:40.000Z","dependencies_parsed_at":"2022-08-31T03:30:07.083Z","dependency_job_id":null,"html_url":"https://github.com/asitparida/RichCC","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/asitparida/RichCC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asitparida%2FRichCC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asitparida%2FRichCC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asitparida%2FRichCC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asitparida%2FRichCC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asitparida","download_url":"https://codeload.github.com/asitparida/RichCC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asitparida%2FRichCC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280417540,"owners_count":26327258,"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-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["angularjs","bootstrap","calendar","date","date-formatting","datepicker","lightweight","plugin","range","scss"],"created_at":"2025-10-22T10:08:47.536Z","updated_at":"2025-10-22T10:10:16.027Z","avatar_url":"https://github.com/asitparida.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RichCC (v1.0)\n\nA rich calendar control for visualizing events implemented on top of AngularJS UI Bootstrap's Datepicker plugin.\n\n##Demo\n\nSample  Preview @ \u003ca href=\"http://richcc.azurewebsites.net/\"\u003ehttp://richcc.azurewebsites.net/\u003c/a\u003e\n\n\n##Sample Code Blocks\n\n####Intializing Events\n    [\n        { 'id': '1', 'initial': 'A', 'name': 'Event A', 'startDt': '01-02-2016', 'endDt': '01-06-2016', 'bgcolor': '#2ecc71', 'color': '#ffffff', 'subject': 'Will not have have access to e-mails. You can contact me on XXX-XXX-XXXX' },\n        { 'id': '2', 'initial': 'B', 'name': 'Event B', 'startDt': '01-02-2016', 'endDt': '01-02-2016', 'bgcolor': '#47a1de', 'color': '#ffffff', 'subject': 'Will not have have access to e-mails. You can contact me on XXX-XXX-XXXX' },\n        { 'id': '5', 'initial': 'E', 'name': 'Event E', 'startDt': '01-10-2016', 'endDt': '02-10-2016', 'bgcolor': '#ffc310', 'color': '#000000', 'subject': 'Will not have have access to e-mails. You can contact me on XXX-XXX-XXXX' },\n        { 'id': '3', 'initial': 'C', 'name': 'Event C', 'startDt': '01-07-2016', 'endDt': '01-08-2016', 'bgcolor': '#e67e22', 'color': '#ffffff', 'subject': 'Will not have have access to e-mails. You can contact me on XXX-XXX-XXXX' },\n        { 'id': '4', 'initial': 'D', 'name': 'Event D', 'startDt': '01-06-2016', 'endDt': '01-09-2016', 'bgcolor': '#e74c3c', 'color': '#ffffff', 'subject': 'Will not have have access to e-mails. You can contact me on XXX-XXX-XXXX' }\n    ];\n\n####Adding Tags\n    \u003crichcc-datepicker datepicker-mode=\"'day'\" ng-model=\"sample.dt\" year-map-heat=\"true\" events=\"sample.sampleEvents\" show-weeks=\"false\" class=\"well well-sm\"\u003e\u003c/richcc-datepicker\u003e\n\n####Showing Light Mode - 'light'\n    \u003crichcc-datepicker ng-model=\"sample.dt\" light=\"true\" events=\"sample.sampleEvents\" event-popup-hide=\"false\" prevent-cal-nav=\"true\" show-weeks=\"false\" class=\"well well-sm\"\u003e\u003c/richcc-datepicker\u003e\n\n####Showing Light Mode With Event Pop Up Hidden - 'eventPopupHide'\n    \u003crichcc-datepicker ng-model=\"sample.dt\" light=\"true\" events=\"sample.sampleEvents\" event-popup-hide=\"false\" prevent-cal-nav=\"true\" show-weeks=\"false\" class=\"well well-sm\"\u003e\u003c/richcc-datepicker\u003e\n\n####For Events map on Month Mode\n    \u003crichcc-datepicker datepicker-mode=\"'day'\" ng-model=\"sample.dt\" year-map-heat=\"false\" events=\"sample.sampleEvents\" show-weeks=\"false\" class=\"well well-sm\"\u003e\u003c/richcc-datepicker\u003e\n\n####Defaulting to Month View\n    \u003crichcc-datepicker datepicker-mode=\"'month'\" ng-model=\"sample.dt\" year-map-heat=\"false\" events=\"sample.sampleEvents\" show-weeks=\"false\" class=\"well well-sm\"\u003e\u003c/richcc-datepicker\u003e\n\n##Capabilities\n\n1.  View events for all days in a month\n\n    \u003cimg src=\"Source.RichCC\\Source.RichCC\\images\\1.png \" /\u003e\n\n2.  View events for a day \n\n    \u003cimg src=\"Source.RichCC\\Source.RichCC\\images\\2.png \" /\u003e\n\n3.  View events for all days in a month with light mode enabled\n\n    \u003cimg src=\"Source.RichCC\\Source.RichCC\\images\\3.png \" /\u003e\n\n4.  View events for all months in a year\n\n    \u003cimg src=\"Source.RichCC\\Source.RichCC\\images\\5.png \" /\u003e\n\n4.  View events for all months in a year in a heat map mode (inspired by GitHub)\n\n    \u003cimg src=\"Source.RichCC\\Source.RichCC\\images\\4.png \" /\u003e\n\n##Adding dependency to your project\n    angular.module('myModule', ['richcc.bootstrap.datepicker']);\n\n##Note\nSince all modules have been built by refactoring the Angular JS UI BootStrap's Datepicker module, the module names have been changed so as to mitigate/prevent any instance clash.\n\nInline documentation + README last updated 15/03/2016. Please refer sample app in the repo for updated capabilities.\u003c/h6\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasitparida%2Frichcc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasitparida%2Frichcc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasitparida%2Frichcc/lists"}