https://github.com/calconnect/cc-vobject-vformat
vObject and vFormat
https://github.com/calconnect/cc-vobject-vformat
Last synced: 18 days ago
JSON representation
vObject and vFormat
- Host: GitHub
- URL: https://github.com/calconnect/cc-vobject-vformat
- Owner: CalConnect
- Created: 2019-03-17T03:44:47.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-05-11T23:09:38.000Z (about 2 months ago)
- Last Synced: 2026-05-12T00:30:10.982Z (about 2 months ago)
- Language: HTML
- Size: 1.31 MB
- Stars: 1
- Watchers: 22
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= CalConnect Standard: vObject model and vFormat syntax
This work item belongs to CalConnect TC VCARD and TC CALENDAR.
image:https://github.com/CalConnect/cc-vobject-vformat/workflows/generate/badge.svg["Build Status", link="https://github.com/CalConnect/cc-vobject-vformat/actions?workflow=generate"]
This document is available in its rendered forms here:
* https://calconnect.github.io/cc-vobject-vformat/[CalConnect: Calendaring and scheduling -- Vocabulary (HTML)]
== General
This document specifies the vObject model and vFormat syntax.
The document is published as the following:
* CalConnect CC 51008
* ISO 51008
* IETF draft-cc-vobject-vformat
== Fetching the document
[source,sh]
----
git clone https://github.com/CalConnect/cc-vobject-vformat/
----
== Installing build tools
See https://www.metanorma.com/author/topics/install/
== Running via Docker or locally
If you have installed the build tools locally, and wish to run the
locally-installed compilation tools, there is nothing further to set.
If you don't want to deal with local dependencies, use the docker:
[source,sh]
----
docker run -v "$(pwd)":/metanorma -w /metanorma -it metanorma/mn metanorma site generate --agree-to-terms
----
== Building the document
[source,sh]
----
metanorma site generate --agree-to-terms
----
The generated documents are accessible under `_site/`.
== Iterating the document
[source,sh]
----
metanorma site generate --agree-to-terms
open _site/index.html
----
// == IETF: Checking against idnits
// https://tools.ietf.org/tools/idnits/[idnits] is the RFC checking tool prior to
// submissions.
// [source,sh]
// ----
// idnits draft-calconnect-vobject-vformat.nits
// ----
== License
Copyright its respective authors and CalConnect.