ttcal.5 - ics2txt - convert icalendar .ics file to plain text | |
git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
ttcal.5 (962B) | |
--- | |
1 .Dd $Mdocdate: March 05 2020$ | |
2 .Dt TCAL 5 | |
3 .Os | |
4 . | |
5 . | |
6 .Sh NAME | |
7 . | |
8 .Nm tcal | |
9 .Nd plaintext calendar for editing by hand on the go | |
10 . | |
11 . | |
12 .Sh DESCRIPTION | |
13 . | |
14 The first line contain | |
15 .Dq TZ+HHMM | |
16 with | |
17 .Dq +HHMM | |
18 as returned by | |
19 .D1 $ date +%z . | |
20 . | |
21 .Pp | |
22 Then empty line delimited event entries follow, with for each: | |
23 One line with the start date, one line with the end date, | |
24 formatted like: | |
25 .Dq %Y-%m-%d %H:%M | |
26 . | |
27 .Pp | |
28 Then one line per attribute, each formatted with: | |
29 optional space, attribute name, colon, | |
30 optional space, and attribute content, | |
31 end of line. | |
32 . | |
33 . | |
34 .Sh EXAMPLES | |
35 . | |
36 .Bd -literal | |
37 TZ+0200 | |
38 | |
39 2021-06-28 00:00 | |
40 2021-06-05 00:00 | |
41 loc: 950-0994, Chuo Ward, Niigata, Japan | |
42 sum: summer holidays | |
43 | |
44 2021-06-29 13:30 | |
45 2021-06-29 15:00 | |
46 loc: online, irc.bitreich.org, #bitreich-en | |
47 sum: bitreich irc invitation | |
48 des: at this moment like all other moment, everyone invited on IRC | |
49 .Ed | |
50 . | |
51 . | |
52 .Sh SEE ALSO | |
53 . | |
54 .Xr cal 1 , | |
55 .Xr calendar 1 | |
56 . | |
57 . | |
58 .Sh AUTHORS | |
59 . | |
60 .An Josuah Demangeon | |
61 .Aq Mt [email protected] |