Documentation
¶
Overview ¶
icaljson is a command-line tool and Go library for working with the iCalendar format.
iCalendar is a standardized way to describe calendar data using a text-based format. This tool simplifies the creation of structured JSON from iCalendar files.
Installation ¶
Install the latest version:
go install github.com/beyondcivic/icaljson@latest
Usage ¶
Generate JSON from a ICS file:
icaljson generate myevents.ics -o myevents.json
For detailed usage information, run:
icaljson --help
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
icaljson
commands.go Contains cobra command definitions
|
commands.go Contains cobra command definitions |
|
Generates docs for golang code and commands.
|
Generates docs for golang code and commands. |
|
pkg
|
|
|
version
Package version provides version information for icaljson.
|
Package version provides version information for icaljson. |
Click to show internal directories.
Click to hide internal directories.