On 2012-07-30 11:35, Olaf Schuemann wrote:
> Hello,
> 
> i try set
> 
> sogo-tool user-preferences set defaults SOGoCalendarCategories
> '["Gesch\U00E4ftspartner"]'
> 
> (the german word is Geschäftspartner)
> 
> but i get allways an error.
> 
> Sogo-Version is 2.0.
> 
> Can someone help?
> 

Your problem is not only the umlaut.
You have to use the correct syntax ;-)

/usr/sbin/sogo-tool user-preferences set defaults SOGoCalendarCategories
'{"SOGoCalendarCategories": ["Geschäftspartner"]}'

This works on a utf-8 console.
Be aware that replaces the settings for SOGoCalendarCategories and does
not add the given value "Geschäftspartner" to it.

Because of that you probably want to use:
/usr/sbin/sogo-tool user-preferences set defaults SOGoCalendarCategories
'{"SOGoCalendarCategories": ["Geschäftspartner","Geschäft", "Ferien",
"Fragen", "Persönlich", "Feiertag", "Meeting", "Urlaub", "Ideen",
"Geschenke", "Lieferanten", "Klienten", "Reise", "Anrufe",
"Verschiedenes", "Projekte", "Nachgehen", "Konkurrenz", "Geburtstag",
"Kunde", "Status", "Favoriten", "Jubiläum"]}'


Kind regards,
Christian Mack

-- 
Christian Mack
Gruppe Informationsdienste
Rechenzentrum Universität Konstanz
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to