{"id":50724812,"url":"https://github.com/calconnect/cc-jscalendar","last_synced_at":"2026-06-10T03:02:51.153Z","repository":{"id":266931324,"uuid":"899793702","full_name":"CalConnect/cc-jscalendar","owner":"CalConnect","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-12T09:12:50.000Z","size":1430,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":18,"default_branch":"main","last_synced_at":"2026-05-12T11:15:34.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/CalConnect.png","metadata":{"files":{"readme":"README.adoc","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-07T03:21:32.000Z","updated_at":"2026-05-12T09:13:06.000Z","dependencies_parsed_at":"2024-12-07T04:24:14.118Z","dependency_job_id":"eee586ec-82af-4ff9-ba81-51a8969d4936","html_url":"https://github.com/CalConnect/cc-jscalendar","commit_stats":null,"previous_names":["calconnect/cc-jscalendar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CalConnect/cc-jscalendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalConnect%2Fcc-jscalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalConnect%2Fcc-jscalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalConnect%2Fcc-jscalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalConnect%2Fcc-jscalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CalConnect","download_url":"https://codeload.github.com/CalConnect/cc-jscalendar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalConnect%2Fcc-jscalendar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34134634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","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":"2026-06-10T03:02:47.610Z","updated_at":"2026-06-10T03:02:51.136Z","avatar_url":"https://github.com/CalConnect.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= CalConnect Standard: JSCalendar and related documents\n\nThis work item belongs to CalConnect TC API.\n\nimage:https://github.com/CalConnect/cc-jscalendar/workflows/generate/badge.svg[\"Build Status\", link=\"https://github.com/CalConnect/cc-jscalendar/actions?workflow=generate\"]\n\nThis document is available in its rendered forms here:\n\n* https://calconnect.github.io/cc-jscalendar/[CalConnect: JSCalendar and related documents (HTML)]\n\n== General\n\nThis document specifies the JSCalendar and related documents.\n\nThis specification defines a JSON representation of calendar data\nthat can be used for storage and data exchange in a calendaring and\nscheduling environment.  It aims to be an alternative to the widely\ndeployed iCalendar data format and to be unambiguous, extendable and\nsimple to process.\n\nThe latest RFC draft version of this document is located at\n[draft-ietf-calext-jscalendar](https://datatracker.ietf.org/doc/draft-ietf-calext-jscalendar/).\n\nThis repository contains the following documents:\n\nJSCalendar 2020::\n** CalConnect CC 51015:2020\n** IETF draft-ietf-calext-jscalendar-32\n\nJSCalendar 2022::\n** CalConnect CC 51015:2022\n** IETF draft-ietf-calext-jscalendarbis-01\n\nJSCalendar: Converting from and to iCalendar::\n** CalConnect CC 51026:2022\n** IETF draft-ietf-calext-jscalendar-icalendar-07\n\niCalendar: Representing fractional seconds in iCalendar::\n** CalConnect CC 51024:2021\n** IETF draft-ietf-calext-icalendar-fractional-time-03\n\niCalendar Format Extension for JSCalendar::\n** CalConnect CC 51025:2022\n** IETF draft-ietf-calext-icalendar-jscalendar-extensions-00\n\n\n== Fetching the document\n\n[source,sh]\n----\ngit clone https://github.com/CalConnect/cc-jscalendar/\n----\n\n\n== Installing build tools\n\nSee https://www.metanorma.com/author/topics/install/\n\n\n== Running via Docker or locally\n\nIf you have installed the build tools locally, and wish to run the\nlocally-installed compilation tools, there is nothing further to set.\n\nIf you don't want to deal with local dependencies, use the docker:\n\n[source,sh]\n----\ndocker run -v \"$(pwd)\":/metanorma -w /metanorma -it metanorma/mn metanorma site generate --agree-to-terms\n----\n\n\n== Building the document\n\n[source,sh]\n----\nmetanorma site generate --agree-to-terms\n----\n\nThe generated documents are accessible under `_site/`.\n\n\n== Iterating the document\n\n[source,sh]\n----\nmetanorma site generate --agree-to-terms\nopen _site/index.html\n----\n\n\n// == IETF: Checking against idnits\n\n// https://tools.ietf.org/tools/idnits/[idnits] is the RFC checking tool prior to\n// submissions.\n\n// [source,sh]\n// ----\n// idnits draft-calconnect-vobject-vformat.nits\n// ----\n\n\n== License\n\nCopyright its respective authors and CalConnect.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalconnect%2Fcc-jscalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalconnect%2Fcc-jscalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalconnect%2Fcc-jscalendar/lists"}