{"id":3475,"url":"https://github.com/BlackBoxVision/material-calendar-view","last_synced_at":"2025-08-03T20:32:25.366Z","repository":{"id":79966433,"uuid":"45273168","full_name":"BlackBoxVision/material-calendar-view","owner":"BlackBoxVision","description":"📅 Material Design Calendar compatible with API 11+","archived":false,"fork":false,"pushed_at":"2018-10-08T16:17:54.000Z","size":7609,"stargazers_count":370,"open_issues_count":24,"forks_count":70,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-11-26T07:03:04.835Z","etag":null,"topics":["android","calendar","calendar-view","custom-view","java","library","material-calendar","material-design"],"latest_commit_sha":null,"homepage":"","language":"Java","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/BlackBoxVision.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-10-30T19:47:00.000Z","updated_at":"2024-08-16T14:43:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e633987-b3bc-4ccf-813a-dfb158494942","html_url":"https://github.com/BlackBoxVision/material-calendar-view","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackBoxVision%2Fmaterial-calendar-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackBoxVision%2Fmaterial-calendar-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackBoxVision%2Fmaterial-calendar-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlackBoxVision%2Fmaterial-calendar-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlackBoxVision","download_url":"https://codeload.github.com/BlackBoxVision/material-calendar-view/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228385515,"owners_count":17911644,"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":["android","calendar","calendar-view","custom-view","java","library","material-calendar","material-design"],"created_at":"2024-01-05T20:16:42.557Z","updated_at":"2024-12-07T05:30:30.123Z","avatar_url":"https://github.com/BlackBoxVision.png","language":"Java","readme":"\u003cimg src=\"https://raw.githubusercontent.com/BlackBoxVision/material-calendar-view/master/art/logo.png\" width=\"720px\" height=\"125px\"\u003e\n\u003e Prettier and simpler Material Design CalendarView\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Material%20Calendar%20View-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/2715) [![](https://jitpack.io/v/BlackBoxVision/material-calendar-view.svg)](https://jitpack.io/#BlackBoxVision/material-calendar-view) ![Build Status](https://travis-ci.org/BlackBoxVision/material-calendar-view.svg?branch=master) [![OpenCollective](https://opencollective.com/material-calendar-view/backers/badge.svg)](#backers) \n[![OpenCollective](https://opencollective.com/material-calendar-view/sponsors/badge.svg)](#sponsors)\n \n\n**MaterialCalendarView** is a **prettier** and **simpler**, **material design calendar** that allows full customization and it's backwards compatible with API 11+.\n\n## Screenshots\n\n\u003cdiv style=\"align:center; display:inline-block; width:100%;\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/BlackBoxVision/material-calendar-view/master/art/newer.png\" height=\"775\" width=\"49%\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/BlackBoxVision/material-calendar-view/master/art/other.png\" height=\"775\" width=\"49%\"\u003e\n\u003c/div\u003e\n\n\u003cimg src=\"https://i.imgur.com/ViolZD2.gif\" height=\"550\" width=\"100%\" style=\"align: center;\"\u003e\n\n## Installation\n\n**Gradle**\n\n- Add it in your root build.gradle at the end of repositories:\n\n```java\nrepositories {\n\tmaven { \n\t    url \"https://jitpack.io\"\n\t}\n}\n```\n\n- Add the dependency:\n\n```java\ndependencies {\n    compile 'com.github.BlackBoxVision:material-calendar-view:v1.5.8'\n}\n```\n**Maven**\n\n- Add the JitPack repository to your maven file. \n\n```xml\n\u003crepository\u003e\n     \u003cid\u003ejitpack.io\u003c/id\u003e\n     \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\u003c/repository\u003e\n```\n- Add the dependency in the form\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.BlackBoxVision\u003c/groupId\u003e\n    \u003cartifactId\u003ematerial-calendar-view\u003c/artifactId\u003e\n    \u003cversion\u003ev1.5.8\u003c/version\u003e\n\u003c/dependency\u003e\n```\n**SBT**\n\n- Add it in your build.sbt at the end of resolvers:\n\n```java\nresolvers += \"jitpack\" at \"https://jitpack.io\"\n```\n\n- Add the dependency in the form:\n\n```java\nlibraryDependencies += \"com.github.BlackBoxVision\" % \"material-calendar-view\" % \"v1.5.8\"\n```\n\n## Usage example\n\nIn your layout.xml file:\n\n```xml\n\u003cio.blackbox_vision.materialcalendarview.view.CalendarView\n\tandroid:id=\"@+id/calendar_view\"\n\tandroid:layout_width=\"match_parent\"\n\tandroid:layout_height=\"wrap_content\"\n\tandroid:background=\"@color/colorPrimary\"\u003e\n\u003c/io.blackbox_vision.materialcalendarview.view.CalendarView\u003e\n```\n\nThis example shows all the possible customization around Material Calendar View:\n\n```xml\n\u003cio.blackbox_vision.materialcalendarview.view.CalendarView\n\tandroid:id=\"@+id/calendar_view\"\n\tandroid:layout_width=\"match_parent\"\n\tandroid:layout_height=\"match_parent\"\n\tapp:calendarIsMultiSelectDayEnabled=\"false\"\n\tapp:calendarIsOverflowDatesVisible=\"true\"\n\tapp:calendarBackgroundColor=\"@color/colorPrimary\"\n\tapp:calendarTitleTextColor=\"@color/colorAccent\"\n\tapp:calendarCurrentDayTextColor=\"@color/white\"\n\tapp:calendarDayOfWeekTextColor=\"@color/grey\"\n\tapp:calendarDayOfMonthTextColor=\"@android:color/white\"\n\tapp:calendarDisabledDayBackgroundColor=\"@color/colorPrimary\"\n\tapp:calendarDisabledDayTextColor=\"@android:color/darker_gray\"\n\tapp:calendarSelectedDayBackgroundColor=\"@color/colorAccent\"\n\tapp:calendarTitleBackgroundColor=\"@color/colorPrimary\"\n\tapp:calendarWeekBackgroundColor=\"@color/colorPrimary\"\n\tapp:calendarCurrentDayBackgroundColor=\"@color/teal500\"\n\tapp:calendarWeekendTextColor=\"@color/colorAccent\"\n\tapp:calendarButtonBackgroundColor=\"@color/colorAccent\"\n\tapp:calendarWeekendDays=\"saturday|sunday\"\u003e\n\u003c/io.blackbox_vision.materialcalendarview.view.CalendarView\u003e\n```\nThen, in your Activity.java or Fragment.java initialize the calendar: \n\n```java\ncalendarView = (CalendarView) findViewById(R.id.calendar_view);\n\ncalendarView.shouldAnimateOnEnter(true)\n\t.setFirstDayOfWeek(Calendar.MONDAY)\t\n\t.setOnDateClickListener(this::onDateClick)\n\t.setOnMonthChangeListener(this::onMonthChange)\n\t.setOnDateLongClickListener(this::onDateLongClick)\n\t.setOnMonthTitleClickListener(this::onMonthTitleClick);\n\nif (calendarView.isMultiSelectDayEnabled()) {\n\tcalendarView.setOnMultipleDaySelectedListener(this::onMultipleDaySelected);\n}\n\ncalendarView.update(Calendar.getInstance(Locale.getDefault()));\n```\n\n## Issues\n\nIf you found a bug, or you have an answer, or whatever. Please, open an [issue](https://github.com/BlackBoxVision/material-calendar-view/issues). I will do the best to fix it, or help you.\n\n## Contributing\n\nOf course, if you see something that you want to upgrade from this library, or a bug that needs to be solved, **PRs are welcome!**\n\n\n## Backers\nSupport us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/material-calendar-view#backer)]\n\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/0/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/0/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/1/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/1/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/2/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/2/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/3/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/3/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/4/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/4/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/5/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/5/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/6/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/6/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/7/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/7/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/8/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/8/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/9/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/9/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/10/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/10/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/11/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/11/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/12/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/12/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/13/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/13/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/14/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/14/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/15/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/15/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/16/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/16/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/17/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/17/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/18/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/18/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/19/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/19/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/20/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/20/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/21/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/21/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/22/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/22/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/23/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/23/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/24/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/24/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/25/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/25/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/26/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/26/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/27/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/27/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/28/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/28/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/backer/29/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/backer/29/avatar.svg\"\u003e\u003c/a\u003e\n\n## Sponsors\nBecome a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/material-calendar-view#sponsor)]\n\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/0/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/0/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/1/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/1/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/2/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/2/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/3/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/3/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/4/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/4/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/5/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/5/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/6/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/6/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/7/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/7/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/8/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/8/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/9/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/9/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/10/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/10/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/11/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/11/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/12/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/12/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/13/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/13/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/14/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/14/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/15/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/15/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/16/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/16/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/17/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/17/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/18/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/18/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/19/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/19/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/20/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/20/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/21/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/21/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/22/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/22/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/23/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/23/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/24/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/24/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/25/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/25/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/26/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/26/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/27/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/27/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/28/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/28/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/material-calendar-view/sponsor/29/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/material-calendar-view/sponsor/29/avatar.svg\"\u003e\u003c/a\u003e\n\n## License\n\nDistributed under the **MIT license**. See [LICENSE](https://github.com/BlackBoxVision/material-calendar-view/blob/master/LICENSE) for more information.\n\n","funding_links":["https://opencollective.com/material-calendar-view","https://opencollective.com/material-calendar-view/backer/0/website","https://opencollective.com/material-calendar-view/backer/1/website","https://opencollective.com/material-calendar-view/backer/2/website","https://opencollective.com/material-calendar-view/backer/3/website","https://opencollective.com/material-calendar-view/backer/4/website","https://opencollective.com/material-calendar-view/backer/5/website","https://opencollective.com/material-calendar-view/backer/6/website","https://opencollective.com/material-calendar-view/backer/7/website","https://opencollective.com/material-calendar-view/backer/8/website","https://opencollective.com/material-calendar-view/backer/9/website","https://opencollective.com/material-calendar-view/backer/10/website","https://opencollective.com/material-calendar-view/backer/11/website","https://opencollective.com/material-calendar-view/backer/12/website","https://opencollective.com/material-calendar-view/backer/13/website","https://opencollective.com/material-calendar-view/backer/14/website","https://opencollective.com/material-calendar-view/backer/15/website","https://opencollective.com/material-calendar-view/backer/16/website","https://opencollective.com/material-calendar-view/backer/17/website","https://opencollective.com/material-calendar-view/backer/18/website","https://opencollective.com/material-calendar-view/backer/19/website","https://opencollective.com/material-calendar-view/backer/20/website","https://opencollective.com/material-calendar-view/backer/21/website","https://opencollective.com/material-calendar-view/backer/22/website","https://opencollective.com/material-calendar-view/backer/23/website","https://opencollective.com/material-calendar-view/backer/24/website","https://opencollective.com/material-calendar-view/backer/25/website","https://opencollective.com/material-calendar-view/backer/26/website","https://opencollective.com/material-calendar-view/backer/27/website","https://opencollective.com/material-calendar-view/backer/28/website","https://opencollective.com/material-calendar-view/backer/29/website"],"categories":["Libraries"],"sub_categories":["GUI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlackBoxVision%2Fmaterial-calendar-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBlackBoxVision%2Fmaterial-calendar-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBlackBoxVision%2Fmaterial-calendar-view/lists"}