{"id":20538203,"url":"https://github.com/tossnet/blazor-calendar","last_synced_at":"2025-05-16T04:00:18.600Z","repository":{"id":42975994,"uuid":"466528251","full_name":"tossnet/Blazor-Calendar","owner":"tossnet","description":"Yearly, monthly and weekly calendar Blazor Component . For use with .NET 7.0 or higher Blazor applications","archived":false,"fork":false,"pushed_at":"2025-02-15T09:27:27.000Z","size":10380,"stargazers_count":126,"open_issues_count":4,"forks_count":20,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-15T04:18:20.482Z","etag":null,"topics":["blazor","blazor-application","blazor-client","blazor-component","blazor-example","blazor-server","blazor-ui-components","blazor-wasm","blazor-webassembly","calendar","nuget","planning","schedule","wasm"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/tossnet.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-05T17:54:48.000Z","updated_at":"2025-05-12T08:48:48.000Z","dependencies_parsed_at":"2024-04-09T10:26:22.360Z","dependency_job_id":"9fa7af7d-dc61-44d3-b750-bc1dbccd950b","html_url":"https://github.com/tossnet/Blazor-Calendar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tossnet%2FBlazor-Calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tossnet%2FBlazor-Calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tossnet%2FBlazor-Calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tossnet%2FBlazor-Calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tossnet","download_url":"https://codeload.github.com/tossnet/Blazor-Calendar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254464890,"owners_count":22075570,"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":["blazor","blazor-application","blazor-client","blazor-component","blazor-example","blazor-server","blazor-ui-components","blazor-wasm","blazor-webassembly","calendar","nuget","planning","schedule","wasm"],"created_at":"2024-11-16T00:45:54.492Z","updated_at":"2025-05-16T04:00:17.902Z","avatar_url":"https://github.com/tossnet.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blazor-Calendar\n[![NuGet](https://img.shields.io/nuget/v/BlazorCalendar.svg)](https://www.nuget.org/packages/BlazorCalendar/)  ![BlazorCalendar Nuget Package](https://img.shields.io/nuget/dt/BlazorCalendar)\n[![GitHub](https://img.shields.io/github/license/tossnet/Blazor-Calendar?color=594ae2\u0026logo=github\u0026style=flat-square)](https://github.com/tossnet/Blazor-Calendar/blob/main/LICENSE)\n\nFor Blazor Server or Blazor WebAssembly\n\n## Live demo\nBlazor webassembly : https://tossnet.github.io/Blazor-Calendar/monthlyview\n\n![blazorcalendar201](https://user-images.githubusercontent.com/3845786/158783479-35e614fe-fcca-4162-8e64-b5b33338251d.gif)\n\n![monthlyView](https://user-images.githubusercontent.com/3845786/159467420-8140bf09-b24b-4880-91a2-036c9824336a.gif)\n\n## Installation\nLatest version in here: [![NuGet](https://img.shields.io/nuget/v/BlazorCalendar.svg)](https://www.nuget.org/packages/BlazorCalendar/) \n\nTo Install\n\n```\nInstall-Package BlazorCalendar\n```\nor\n```\ndotnet add package BlazorCalendar\n```\nFor client-side and server-side Blazor - add script section to _Layout.cshtml (head section)\n\n```html\n \u003clink href=\"_content/BlazorCalendar/BlazorCalendar.css\" rel=\"stylesheet\" /\u003e\n```\n\n## Documentation\nhttps://github.com/tossnet/Blazor-Calendar/wiki\n\n\n\n## \u003ca name=\"ReleaseNotes\"\u003e\u003c/a\u003eRelease Notes\n\n\u003cdetails open=\"open\"\u003e\u003csummary\u003eVersion 2.7.1\u003c/summary\u003e\n\n\u003e- In the Weekview, the component did not correctly display the first day of the week according to Culture [Issue #24](https://github.com/tossnet/Blazor-Calendar/issues/24)\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.7.0\u003c/summary\u003e\n\n\u003e- Add .NET9 and remove .NET6.0 \n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.6.5\u003c/summary\u003e\n\n\u003e- Add WeekView (thanks [BruderJohn](https://github.com/BruderJohn) )  [Pull #13](https://github.com/tossnet/Blazor-Calendar/pull/13)\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.6.4\u003c/summary\u003e\n\n\u003e- Use task IDs to identify containing div (for JS extensibility)  [Pull #11](https://github.com/tossnet/Blazor-Calendar/pull/11)\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.6.3\u003c/summary\u003e\n\n\u003e- In the monthly view, the calendar displays 3 items  [Issue #8](https://github.com/tossnet/Blazor-Calendar/issues/8)\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.6.1\u003c/summary\u003e\n\n\u003e- MonthlyView : new property HighlightToday (boolean)  [Merge #9](https://github.com/tossnet/Blazor-Calendar/pull/9)\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.5.3\u003c/summary\u003e\n\n\u003e- MonthlyView : fix: duplication of the number of additional tasks [Merge #7](https://github.com/tossnet/Blazor-Calendar/pull/7)\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.5.2\u003c/summary\u003e\n\n\u003e- MonthlyView : return the day on the event ClickEmptyDayParameter. [Merge #5](https://github.com/tossnet/Blazor-Calendar/pull/5)\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.5.1\u003c/summary\u003e\n \n\u003e- add new prop named (int) Type  \n\u003e- annualView : return the day on the event ClickEmptyDayParameter\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.5.0\u003c/summary\u003e\n \n\u003e- new property \"FillStyle\" (Fill, BackwardDiagonal, ZigZag, Triangles, CrossDots)\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.4.4\u003c/summary\u003e\n\n\u003e- Issue #3\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.4.3\u003c/summary\u003e \n\n\u003e- Monthly View : we could move a task even if we didn't allow the move\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.4.2\u003c/summary\u003e\n\n\u003e- Issue #2\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.4.1\u003c/summary\u003e\n \n\u003e- add white background of headers.\n\u003e- AnnualView : lightly rounded edge.\n\u003e- In the monthlyview, If a task has a line break (next week) the left edge is not displayed anymore.\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.4.0\u003c/summary\u003e\n\n\u003e- add white background of headers.\n\u003e- In the monthlyview, display the start time if it exists.\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.3.0\u003c/summary\u003e\n\n\u003e- improved positioning of tasks in the monthly view.\n\u003e- AnnualView : add new event HeaderClick that returns a DateTime (the month clicked).\n\u003e- Improvement of the css responsive .\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.2.0\u003c/summary\u003e\n\n\u003e- fix bug.\n\u003e- added the NotBeDraggable property.\n\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eVersion 2.1.0\u003c/summary\u003e   \n\n\u003e- css style improvement.\n\u003e- Addition of hatching in the cells at the end of the month.\n\u003e- Add a new view called MonthlyView.\n\u003c/details\u003e\n\n#### ⚠️ Breaking changes ⚠️\n\n\u003cdetails\u003e\u003csummary\u003eUpgrading from 1.0 to 2.0\u003c/summary\u003e\n\n* before version 2 :\n```html\n \u003clink href=\"_content/BlazorCalendar/AnnualCalendar.css\" rel=\"stylesheet\" /\u003e\n```\n\n```razor\n\u003cAnnualCalendar  FirstDate=\"today\" Months=\"months\"  TasksList=\"TasksList.ToArray()\" /\u003e\n```\n\n* from version 2 :\n```html\n \u003clink href=\"_content/BlazorCalendar/BlazorCalendar.css\" rel=\"stylesheet\" /\u003e\n```\n\n```razor\n\u003cCalendarContainer  FirstDate=\"today\"  TasksList=\"TasksList.ToArray()\" \u003e\n   \u003cAnnualView  Months=\"months\" /\u003e\n\u003c/CalendarContainer\u003e\n```\n   **Reason**\n  \n  I anticipate creating another monthly view \n\u003c/details\u003e\n\n### [RoadMap]\n\n* set a customizable background color for the current day\n* Add a list of remarkable days (specific background). The user could send the holidays for example\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftossnet%2Fblazor-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftossnet%2Fblazor-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftossnet%2Fblazor-calendar/lists"}