tsv2ics.1 - ics2txt - convert icalendar .ics file to plain text | |
git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
tsv2ics.1 (766B) | |
--- | |
1 .Dd $Mdocdate: Mar 1 2020$ | |
2 .Dt TSV2ICS 1 | |
3 .Os | |
4 . | |
5 . | |
6 .Sh NAME | |
7 . | |
8 .Nm tsv2ics | |
9 .Nd convert ics file to simpler tsv or txt formats | |
10 . | |
11 . | |
12 .Sh SYNOPSIS | |
13 . | |
14 .Nm tsv2ics Ar <file.ics >file.txt | |
15 . | |
16 .Sh DESCRIPTION | |
17 . | |
18 .Nm | |
19 convert a tab-separated value input as produced by | |
20 .Xr ics2tsv 1 | |
21 and produce iCalendar formatted output. | |
22 The dates are formatted in UTC timestamps. | |
23 . | |
24 . | |
25 .Sh EXAMPLES | |
26 . | |
27 Only keep the dates and | |
28 .Dq SUMMARY | |
29 from an iCalendar: | |
30 .Dl ics2tsv -f SUMMARY icalendar.ics | tsv2ics | |
31 . | |
32 . | |
33 .Sh SEE ALSO | |
34 . | |
35 .Xr cal 1 , | |
36 .Xr calendar 1 , | |
37 .Xr ics2tsv 1 , | |
38 .Xr tsv2agenda 1 | |
39 . | |
40 . | |
41 .Sh STANDARDS | |
42 . | |
43 .Rs | |
44 .%A Desruisseaux | |
45 .%D September 2009 | |
46 .%T Internet Calendaring and Scheduling Core Object Specification (iCale… | |
47 .%R RFC 5545 | |
48 .Re | |
49 . | |
50 . | |
51 .Sh AUTHORS | |
52 . | |
53 .An Josuah Demangeon Aq Mt [email protected] |