[kronolith] Import of Outlook Calendar

Jan Schneider jan@horde.org
Fri, 22 Mar 2002 19:29:39 +0100


Zitat von Joakim Ryden <jo@our-own.net>:

> => CSV data exported from Outlook.
> 
> thanks jan - gotcha. what's the difference between choosing to import
> csv data and outlook data in the drop down menu?

That we already know how the csv data from Outlook is formatted.

Jan.

--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft


>From craigwhite@azapple.com Date: 23 Mar 2002 13:07:29 -0700
Return-Path: <craigwhite@azapple.com>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 19754 invoked from network); 23 Mar 2002 20:07:54 -0000
Received: from cpe-24-221-62-42.az.sprintbbd.net (HELO barney.azapple.com) (24.221.62.42)
  by clark.horde.org with SMTP; 23 Mar 2002 20:07:54 -0000
Received: (from craig@localhost)
	by barney.azapple.com (8.11.6/8.11.6) id g2NK7Tx31026;
	Sat, 23 Mar 2002 13:07:29 -0700
From: Craig White <craigwhite@azapple.com>
To: kronolith@lists.horde.org
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Evolution/1.0.2 (1.0.2-2) 
Date: 23 Mar 2002 13:07:29 -0700
Message-Id: <1016914049.30883.15.camel@barney.azapple.com>
Mime-Version: 1.0
Subject: Initial configuration issue...

I've set up horde / imp - seems to work OK (known problem sending email
with Mozilla but other than that - works great).

I have a few other modules - but I get this problem in both kronolith
and nag... I can open the calendar, add events (which do make into the
horde table kronolith events) - everything looks good until I click the
'options' button and then I get...

Fatal error: Call to undefined function: groupiseditable() in
/var/www/html/horde/templates/prefs/overview.inc on line 24

I get the same message with nag - options...

RH 7.2 - Horde PHP RPM's (4.12) - libmcal - sablotron - js..
kronolith source - cvs
horde source - cvs RELENG_2

my kronolith/config/conf.php contains....

// The mstore driver requires a username and a password that is in 
// /etc/mpasswd in order to access local calendars.
$conf['calendar']['params']['username'] = 'mcaluser';
$conf['calendar']['params']['password'] = 'SNNAhzY/';

// This is an example configuration for an sql driver, in this case
MySQL.
 $conf['calendar']['params']['phptype'] = 'mysql';
 $conf['calendar']['params']['hostspec'] = 'localhost';
 $conf['calendar']['params']['username'] = 'horde';
 $conf['calendar']['params']['password'] = 'obscured';
 $conf['calendar']['params']['database'] = 'horde';
 $conf['calendar']['params']['table'] = 'kronolith_events';

What gives?

Craig