ic_spec {calendar}R Documentation

View or download the ical specification

Description

This function shows the spec underlying iCal files.

Usage

ic_spec(mode = "view",
  spec_url = "https://tools.ietf.org/rfc/rfc5545.txt")

Arguments

mode

character string specifying whether to look at the spec (mode = "view", the default) or read it in (mode = "read")

spec_url

the location of the latest version of the spec, from tools.ietf.org/rfc/rfc5545.txt by default


[Package calendar version 0.0.1 Index]