{"id":21903973,"url":"https://github.com/m1ga/ti.calendarview","last_synced_at":"2025-04-15T20:48:48.091Z","repository":{"id":80614870,"uuid":"91969657","full_name":"m1ga/Ti.CalendarView","owner":"m1ga","description":"Axway Hyperloop Calendar View for Android","archived":false,"fork":false,"pushed_at":"2018-03-10T20:41:08.000Z","size":6842,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T23:31:47.969Z","etag":null,"topics":["android","appcelerator","axway","hyperloop"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m1ga.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}},"created_at":"2017-05-21T16:01:12.000Z","updated_at":"2019-02-05T07:46:24.000Z","dependencies_parsed_at":"2023-07-08T02:46:19.886Z","dependency_job_id":null,"html_url":"https://github.com/m1ga/Ti.CalendarView","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/m1ga%2FTi.CalendarView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1ga%2FTi.CalendarView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1ga%2FTi.CalendarView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m1ga%2FTi.CalendarView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m1ga","download_url":"https://codeload.github.com/m1ga/Ti.CalendarView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226940129,"owners_count":17706664,"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","appcelerator","axway","hyperloop"],"created_at":"2024-11-28T15:30:36.679Z","updated_at":"2024-11-28T15:31:33.521Z","avatar_url":"https://github.com/m1ga.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Axway Hyperloop calendar module for Android\n\nused library: \u003chttps://github.com/prolificinteractive/material-calendarview\u003e\n\n[![demo](demo.png)]\n\n```javascript\nvar mcv = require(\"/calendar-android\");\nvar calView = mcv.getView({\n\tmode: \"month\", // week or month\n\tarrowColor: \"#AAAAAA\",\n\ttopbarVisible: true,\n\tselectionColor: \"#ff6052\",\n\thighlightColor: \"#0000FF\",\n\tdotRadius: 10.0, // radius of the dot below the date\n\tdotColor: \"#ff0000\" // color of the dot below the date\n});\n\n// click a date\ncalView.addEventListener(\"changed\", onChangeDate);\n\n// set dots below date\nvar d = [];\nd.push(new Date(2018, 2, 14).getTime())\nmcv.setDots(d);\n\n// add events - background color behind a date\nd = [];\nd.push(new Date(2018, 2, 12).getTime())\nd.push(new Date(2018, 2, 9).getTime())\nmcv.setHighlights(d);\n\n// select today\nmcv.gotoToday();\n\nfunction onChangeDate(date) {\n\tconsole.log(date);\n}\n\nfunction onClickToday(e) {\n\t// select today\n\tmcv.gotoToday();\n}\n\n$.btn_today.addEventListener(\"click\", onClickToday);\n$.index.add(calView);\n$.index.open();\n\n```\n\nFor an iOS Version visit: https://github.com/nazrdogan/Ti.FSCalendar by @nazrdogan\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1ga%2Fti.calendarview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm1ga%2Fti.calendarview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm1ga%2Fti.calendarview/lists"}