{"id":18271539,"url":"https://github.com/smontgomerie/Appcelerator-Calendar-Module","last_synced_at":"2025-04-05T02:30:33.059Z","repository":{"id":1102202,"uuid":"965674","full_name":"smontgomerie/Appcelerator-Calendar-Module","owner":"smontgomerie","description":null,"archived":false,"fork":false,"pushed_at":"2010-10-06T06:02:47.000Z","size":105,"stargazers_count":51,"open_issues_count":1,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T06:01:48.868Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/smontgomerie.png","metadata":{"files":{"readme":"README","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":"2010-10-06T05:37:17.000Z","updated_at":"2025-04-01T05:56:31.000Z","dependencies_parsed_at":"2022-07-15T07:30:42.777Z","dependency_job_id":null,"html_url":"https://github.com/smontgomerie/Appcelerator-Calendar-Module","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/smontgomerie%2FAppcelerator-Calendar-Module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smontgomerie%2FAppcelerator-Calendar-Module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smontgomerie%2FAppcelerator-Calendar-Module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smontgomerie%2FAppcelerator-Calendar-Module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smontgomerie","download_url":"https://codeload.github.com/smontgomerie/Appcelerator-Calendar-Module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247279179,"owners_count":20912847,"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":[],"created_at":"2024-11-05T11:39:22.293Z","updated_at":"2025-04-05T02:30:32.611Z","avatar_url":"https://github.com/smontgomerie.png","language":"Objective-C","readme":"= Appcelerator Calendar Module\n===========================================\n\nThis is a module that displays an iPhone-like calendar widget, based on the work of Keith Lazuka, dba The Polypeptides .\n\n== Building\n--------------\n\nFirst download the code:\n\tgit clone git@github.com:smontgomerie/Appcelerator-Calendar-Module.git\n\n\tcd Appcelerator-Calendar-Module\n\nThen build the code.\n\t./build.py\n\nInstall the calendar into your app.\n\tcp calendarmodule-iphone-xxx.zip ~/Library/Application\\ Support/Titanium/\n\nYou'll need to at least touch your iPhone app before including it (assuming you're building with Xcode, not Titanium).\n\n== Basic Usage\n---------------\n\nTo add a view: \n\n    var calendarView = Ti.Calendar.createView({\n        top:0\n        /*headerColor: \"red\",\n         calendarColor: \"#aaa8a8\"*/\n    });\n    calendarView.show();\n    win.add(calendarView);\n\nWhen a date is selected, a 'dateSelected' event is thrown:\n\n\tcalendarView.addEventListener('dateSelected', function(e) {\n        try {\n\t       // Do something with the date\n       \t} catch(e) {\n            Ti.API.info(e);\n        }\n    });\n\nThe component is able to show that there is an event on a certain date with a dot icon.  To set which dates are set:\n\t\n\tvar datesArray = [new Date()];\n\tcalendarView.setDates(datesArray);\n\t\nYou can also use the calendar to save a date (and this needs to be refactored):\n\n\tcalendarView.saveEvent(start, end, event.summary, event.location, event.description);\n\nThat's pretty much it!  Any edits/improvements are appreciated.","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmontgomerie%2FAppcelerator-Calendar-Module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmontgomerie%2FAppcelerator-Calendar-Module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmontgomerie%2FAppcelerator-Calendar-Module/lists"}