View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#490
Originally Posted by sponka View Post
nicolai, is it possible 1st command you posted is not right?

--> sqlite3 /home/user/.calendar/calendardb "select calendarId, Name from calendars;"

At I get "no such column: calendarld (thats "LD" at the end, right?).

Regards,
b.
No, :-) It is "id" (use "calendarid" instead, sqlite isn't case sensitive here)


sqlite3 /home/user/.calendar/calendardb "select calendarid, Name from calendars;