https://github.com/calconnect/cc-vpoll
https://github.com/calconnect/cc-vpoll
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/calconnect/cc-vpoll
- Owner: CalConnect
- Created: 2020-06-15T09:28:56.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-05-12T01:54:35.000Z (about 2 months ago)
- Last Synced: 2026-05-12T02:31:12.701Z (about 2 months ago)
- Language: HTML
- Size: 2.24 MB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= CalConnect Standard: Calendaring and scheduling -- Consensus scheduling -- iCalendar VPOLL component
This work item belongs to TC FREEBUSY.
image:https://github.com/CalConnect/cc-vpoll/actions/workflows/generate.yml/badge.svg["Build Status", link="https://github.com/CalConnect/cc-vpoll/actions/workflows/generate.yml"]
This document is available in its rendered forms here:
* https://calconnect.github.io/cc-vpoll/[CalConnect+IETF: Calendaring and scheduling -- Consensus scheduling -- iCalendar VPOLL component]
== General
This document specifies an integrity checking mechanism and related
properties for:
* vObject (I-D.calconnect-vobject-vformat)
* vCard version 4 (vCard v4) (RFC 6350); and
* iCalendar (Internet Calendaring and Scheduling Core Object
Specification) (RFC 5545)
This work is produced by the CalConnect TC-VCARD and TC-CALENDAR committees.
The document is published as the following:
* CalConnect CC 51006
* IETF draft-ietf-calext-vpoll
== Structure
`script.rb`::
`sources/`::
source of documents and models
`sources/cc-51006.adoc`::
CalConnect CC 51006 standard.
`sources/draft-ietf-calext-vpoll.adoc`::
IETF draft-ietf-calext-vpoll, dual-published from CC 51006.
`_site/`::
(automatically generated using `metanorma site generate`) published document.
== Fetching the document
Click on "Code > Local" to clone this repository.
== Installing build tools
See https://www.metanorma.org/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-ietf-calext-subscription-upgrade.nits
----
== License
Copyright its respective authors and CalConnect.