{"id":15040969,"url":"https://github.com/nehakadam/calenstyle","last_synced_at":"2026-03-11T10:05:46.528Z","repository":{"id":13994464,"uuid":"16695601","full_name":"nehakadam/CalenStyle","owner":"nehakadam","description":"Responsive Drag-\u0026-Drop Event Calendar Library for Web, Mobile Sites, Android, iOS \u0026 Windows Phone","archived":false,"fork":false,"pushed_at":"2017-12-27T01:04:29.000Z","size":3981,"stargazers_count":105,"open_issues_count":14,"forks_count":20,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-12-19T09:07:20.474Z","etag":null,"topics":["android-app","browser","calendar-events","calendar-view","drag-and-drop","event-calendar","ios-app","javascript","jquery","mobile-web","web-app","windows-phone"],"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/nehakadam.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":"2014-02-10T13:10:20.000Z","updated_at":"2024-08-12T07:21:00.000Z","dependencies_parsed_at":"2022-08-02T20:31:12.445Z","dependency_job_id":null,"html_url":"https://github.com/nehakadam/CalenStyle","commit_stats":null,"previous_names":["curioussolutions/calenstyle"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehakadam%2FCalenStyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehakadam%2FCalenStyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehakadam%2FCalenStyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nehakadam%2FCalenStyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nehakadam","download_url":"https://codeload.github.com/nehakadam/CalenStyle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230408170,"owners_count":18220974,"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-app","browser","calendar-events","calendar-view","drag-and-drop","event-calendar","ios-app","javascript","jquery","mobile-web","web-app","windows-phone"],"created_at":"2024-09-24T20:45:20.824Z","updated_at":"2025-12-12T03:02:33.438Z","avatar_url":"https://github.com/nehakadam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CalenStyle - Event Calendar \n\n\n## What is CalenStyle?\n\nCalenStyle is a **Responsive** jQuery **Drag \u0026 Drop** Event Calendar Library for Web, Mobile Sites, Android, iOS \u0026 Windows Phone.\n \n## Where can I use CalenStyle?\nYou can use CalenStyle in your \n- Web applications \n- Small viewing section on a webpage\n- Mobile websites\n- Native mobile applications using webview\n- Hybrid mobile applications created using Phonegap, Titanium etc.  \n\n## Design Themes \nCalenStyle includes many design themes for representing events in colorful \u0026 informative manner. Themes were designed keeping in mind a need to show event calendar on small screens like mobile devices \u0026 in a small viewing section on a web page. But they work equally well on large screens like desktop browsers. Few theme examples are shown below:\u003cbr/\u003e\n### Full Calendar (Drag \u0026 Drop)\n![](https://raw.github.com/nehakadam/CalenStyle/gh-pages/content/images/full_calendar.jpg)\n### Timeline View (Agenda)\n![](https://raw.github.com/nehakadam/CalenStyle/gh-pages/content/images/timeline.png)\n### Planner View (Agenda)\n![](https://raw.github.com/nehakadam/CalenStyle/gh-pages/content/images/planner.png)\n### Dot \u0026 Line View (Event Indicator)\n![](https://raw.github.com/nehakadam/CalenStyle/gh-pages/content/images/event_listing-dots.png)\n\n## Browser Support\n- Chrome, Firefox, Safari, Opera, IE 9+\n- Android 2.3+, iOS 6+, Windows Phone 8\n\n\n##Installations\n\n- npm\n\n  `npm install calenstyle`\n\n- bower\n\n  `bower install calenstyle`\n  \n- composer\n\n  `composer require nehakadam/calenstyle`\n\n##CDN\n[CalenStyle is hosted on jsDelivr](http://www.jsdelivr.com/projects/jquery.calenstyle).\n\nFiles - Latest\n\n```\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.jsdelivr.net/jquery.calenstyle/latest/calenstyle.min.css\" /\u003e\n\u003cscript type=\"text/javascript\" src=\"//cdn.jsdelivr.net/jquery.calenstyle/latest/calenstyle.min.js\"\u003e\u003c/script\u003e\n\u003c!-- For i18n --\u003e\n\u003cscript type=\"text/javascript\" src=\"//cdn.jsdelivr.net/jquery.calenstyle/latest/i18n/calenstyle-i18n.js\"\u003e\u003c/script\u003e\n```\n\nFiles - Particular Version\n\n```\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"//cdn.jsdelivr.net/jquery.calenstyle/\u003cversion\u003e/calenstyle.min.css\" /\u003e\n\u003cscript type=\"text/javascript\" src=\"//cdn.jsdelivr.net/jquery.calenstyle/\u003cversion\u003e/calenstyle.min.js\"\u003e\u003c/script\u003e\n\u003c!-- For i18n --\u003e\n\u003cscript type=\"text/javascript\" src=\"//cdn.jsdelivr.net/jquery.calenstyle/\u003cversion\u003e/i18n/calenstyle-i18n.js\"\u003e\u003c/script\u003e\n```\n\n## Authors\n[Neha Kadam](https://github.com/nehakadam): Developer\u003cbr/\u003e \n[Lajpat Shah](https://github.com/lajpatshah): Concept \u0026 Design Contributor\n\n## Thank You\n- [All Contributors](https://github.com/nehakadam/DateTimePicker/contributors)\n\n\u003cbr/\u003e \u003cbr/\u003e \n\nCopyright 2017 [Lajpat Shah](https://github.com/lajpatshah)\n\n##License\n\nLicensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnehakadam%2Fcalenstyle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnehakadam%2Fcalenstyle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnehakadam%2Fcalenstyle/lists"}