ttxt2ics.1 - ics2txt - convert icalendar .ics file to plain text | |
git clone git://bitreich.org/ics2txt git://hg6vgqziawt5s4dj.onion/ics2txt | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
ttxt2ics.1 (846B) | |
--- | |
1 .Dd $Mdocdate: May 30 2018$ | |
2 .Dt TXT2ICS 1 | |
3 .Os | |
4 . | |
5 . | |
6 .Sh NAME | |
7 . | |
8 .Nm txt2ics | |
9 .Nd convert plain text to an ics file | |
10 . | |
11 . | |
12 .Sh SYNOPSIS | |
13 . | |
14 .Nm | |
15 . | |
16 . | |
17 .Sh DESCRIPTION | |
18 . | |
19 .Nm | |
20 prompts the user for event information and print them in the iCalendar f… | |
21 If stdin is ont a TTY, it will not print the prompt string and act as a | |
22 converter tool. | |
23 . | |
24 .Pp | |
25 It uses | |
26 .Dq floating events : | |
27 If it is 12:30, it will always be 12:30 of the country he resides in: if… | |
28 to another time zone, it will be 12:30 of this new time zone. | |
29 See this as the time zone where the event happen. | |
30 . | |
31 . | |
32 .Sh SEE ALSO | |
33 . | |
34 .Xr cal 1 , | |
35 .Xr calendar 1 , | |
36 .Xr date 1 , | |
37 .Xr ics2txt 1 | |
38 . | |
39 .Sh STANDARDS | |
40 . | |
41 .Rs | |
42 .%A Desruisseaux | |
43 .%D September 2009 | |
44 .%T Internet Calendaring and Scheduling Core Object Specification (iCale… | |
45 .%R RFC 5545 | |
46 .Re | |
47 . | |
48 . | |
49 .Sh AUTHORS | |
50 . | |
51 .An Josuah Demangeon Aq Mt [email protected] |