{"id":23171046,"url":"https://github.com/ignatandrei/mvc4microformats","last_synced_at":"2025-08-18T07:32:02.844Z","repository":{"id":9512002,"uuid":"11408039","full_name":"ignatandrei/MVC4Microformats","owner":"ignatandrei","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-07T12:04:07.000Z","size":16859,"stargazers_count":3,"open_issues_count":25,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T00:32:04.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ignatandrei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-14T19:28:52.000Z","updated_at":"2019-06-17T20:57:30.000Z","dependencies_parsed_at":"2023-01-11T20:12:33.840Z","dependency_job_id":null,"html_url":"https://github.com/ignatandrei/MVC4Microformats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ignatandrei/MVC4Microformats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FMVC4Microformats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FMVC4Microformats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FMVC4Microformats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FMVC4Microformats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ignatandrei","download_url":"https://codeload.github.com/ignatandrei/MVC4Microformats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2FMVC4Microformats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270961626,"owners_count":24675914,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-18T04:15:59.311Z","updated_at":"2025-08-18T07:31:58.680Z","avatar_url":"https://github.com/ignatandrei.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"MVC4 Microformats\nThis a simple implementation for microformats . Now the calendar format , that are in those forms:\n\n    Microformats site for calendar\n    http://microformats.org/wiki/hcalendar\n    HTML5 microformat for calendar\n    http://microformats.org/wiki/HTML5\n    Schema format\n    http://schema.org/Event\n    iCalendar format\n    http://tools.ietf.org/html/rfc2445#page-136\n\n\n\tUse with \n\nModel.Generate()  - to can show data \n\nand a form + action to save the calendar in outlook format\n\u003cform method=\"post\" action='@Url.Action(\"ReturnFile\", \"Home\")' target='_blank'\u003e\n\n    \u003cinput type=\"hidden\"  name=\"resultHtml\" value=\"@Model.GenerateICalendar().Replace(\"\\\"\",\"'\")\" /\u003e\n    \u003cinput type=\"hidden\" name=\"nameFile\" value=\"cal.ics\" /\u003e\n    \u003cinput type=\"hidden\" name=\"eventName\" value=\"MyEvent\" /\u003e\n    \u003cinput type=\"submit\" value=\"Download event\" /\u003e\n\u003c/form\u003e\n [HttpPost]\n        public ActionResult ReturnFile(string resultHtml, string eventName, string nameFile)\n        {\n            return File(System.Text.UTF8Encoding.Default.GetBytes(resultHtml), \"text/calendar\", nameFile);\n        }\n\nSee demo for the app on http://mvc4microformats.apphb.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignatandrei%2Fmvc4microformats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignatandrei%2Fmvc4microformats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignatandrei%2Fmvc4microformats/lists"}