LWN.net Logo

Advertisement

E-Commerce & credit card processing - the Open Source way!

Advertise here

Text mode calendars?

Text mode calendars?

Posted Mar 9, 2004 21:18 UTC (Tue) by bkw1a (subscriber, #4101)
Parent article: A grumpy editor's calendar search

What about calendar programs for "the console" (i.e., using curses, etc.)? When choosing an application, I give lots of bonus points to things that give me the option of looking at my data as text. This allows me to get to it from remote locations with nothing but an SSH client.

For example, I can use both exmh and pine to read my mail. I can browse the web (or read html-formatted documents locally) with either mozilla or lynx. With a little conversion, I can view my spreadsheets with either scalc or sc. And so on...

I haven't found a nice text mode calendar program, though. Currently I use the graphical "Corporate Time" program (our university has a site license for it). Ctime is able to write vCalendar files. Does anyone know of a text-based calendar program that can read this format?


(Log in to post comments)

Text mode calendars?

Posted Mar 10, 2004 16:56 UTC (Wed) by rlb (subscriber, #9072) [Link]

Hmm, well there's always M-x calendar and M-x diary in emacs.

Text mode calendars?

Posted Mar 11, 2004 11:32 UTC (Thu) by zooko (subscriber, #2589) [Link]

"links" is, in my experience, superior to "lynx".

Also, check out the wonderful SURFRAW package. Shell Users Revolutionary Front -- Rage Against the Web!

Err, this post has nothing to do with calendars, I don't think.

The answer is: KORGANIZER

Posted Mar 18, 2004 21:14 UTC (Thu) by morhippo (subscriber, #334) [Link]

Just install konsolekalendar and you can update and view your calendar in
text mode, if you log in remotely.

# konsolekalendar --help

Verwendung: konsolekalendar [Optionen]

Eine Kommandozeilenschnittstelle für KDE-Kalender

Einfache Optionen:
--help Optionen von "Hilfe zu" anzeigen
--help-all Alle Optionen anzeigen
--author Autoren-Information anzeigen
-v, --version Versionsinformation anzeigen
--license Lizenz-Info anzeigen
-- Ende der Optionen

Optionen:
--help gibt diese Hilfe aus und beendet sich dann
--verbose gibt hilfreiche Laufzeit-Meldungen aus
--dry-run Nur ausgeben, was getan worden wäre, nicht
wirklich ausführen
--file <calendar-file> Geben Sie an, welchen Kalender Sie benutzen
wollen.

Verfügbare Betriebsmodi:
--view Kalenderereignisse im angegebenen
Exportformat ausgeben
--add Ereignis zum Kalender hinzufügen
--change Kalenderereignis ändern
--delete Kalenderereignis löschen
--create Neue Kalenderdatei anlegen, wenn sie noch
nicht existiert
--import <import-file> diesen kalender in den Hauptkalender
importieren

Modifikatoren für Betriebsmodi:
--next View next activity in calendar
--all Alle Kalendereinträge anzeigen
--uid <uid> eindeutiger Bezeichner für das Ereignis
--show-next <show-next> From this day show next # days activities
--date <start-date> Von diesem Tag an [JJJJ-MM-TT]
--time <start-time> Von dieser Zeit an [HH:MM:SS]
--end-date <end-date> bis zum Tag [JJJJ-MM-TT]
--end-time <end-time> bis zu dieser Zeit [HH:MM:SS]
--epoch-start <epoch-time> von dieser Zeit an [Sekunden seit der
"Epoche"(1.1.1970, 0:00 Uhr)]
--epoch-end <epoch-time> bis zu dieser Zeit [Sekunden seit der
"Epoche"(1.1.1970, 0:00:00 Uhr)]
--summary <summary> Zusammenfassung zum Ereignis hinzufügen (bei
den Hinzufügen/Ändern Modi)
--description <description> Beschreibung zum Ereignis hinzufügen (bei
den Hinzufügen/Ändern Modi)

Exportoptionen:
--export-type <export-type> Dateityp für Export (Standard: Text)
--export-file <export-file> Datei für den Export (Standard:
Standardausgabe)
--export-list gibt die Liste der Export-Dateitypen aus und
beendet sich dann

Beispiele:
konsolekalendar --view
konsolekalendar --add --date 2003-06-04 --time 10:00 --end-time 12:00 \
--summary "Doctor Visit" --description "Get My Head
Examined"
konsolekalendar --delete --uid KOrganizer-1740380426.803

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds