[kronolith] Free Busy

Thomas O'Brien thomas at creativebusinessystems.com
Mon Aug 16 09:09:32 PDT 2004


Yes. Doing a mysqldump of kronolith_events structure and the first event
shows the following:

-- Table structure for table `kronolith_events`
--

CREATE TABLE kronolith_events (
  event_id varchar(32) NOT NULL default '',
  calendar_id varchar(255) NOT NULL default '',
  event_creator_id varchar(255) NOT NULL default '',
  event_description text,
  event_location text,
  event_status int(11) default '0',
  event_attendees text,
  event_keywords text,
  event_exceptions text,
  event_title varchar(80) default NULL,
  event_category varchar(80) default NULL,
  event_recurtype varchar(11) default '0',
  event_recurinterval varchar(11) default NULL,
  event_recurdays varchar(11) default NULL,
  event_recurenddate datetime default NULL,
  event_start datetime default NULL,
  event_end datetime default NULL,
  event_alarm int(11) default '0',
  event_modified int(11) NOT NULL default '0',
  PRIMARY KEY  (event_id),
  KEY kronolith_calendar_idx (calendar_id)
) TYPE=MyISAM;

--
-- Dumping data for table `kronolith_events`
--

INSERT INTO kronolith_events VALUES
('d591ed35464f4a621884e0eb40a7cfa9','thomas@
creativebusinessystems.com','thomas at creativebusinessystems.com','','Santa
Cruz',
2,'a:0:{}','','','Vacation','Vacation','0',NULL,NULL,NULL,'2004-07-01
00:00:00',
'2004-07-06 00:00:00',0,1086193518);

-----Original Message-----
From: kronolith-bounces at lists.horde.org
[mailto:kronolith-bounces at lists.horde.org] On Behalf Of Chuck Hagenbuch
Sent: Monday, August 16, 2004 9:03 AM
To: kronolith at lists.horde.org
Subject: Re: [kronolith] Free Busy

Quoting "Thomas M. O'Brien" <thomas at creativebusinessystems.com>:

> Using IE I get a File Download box, you know the one that asks if I 
> want to Open Save or Cancel. The filename is fb_php.vfb. If I save 
> it's a zero-byte file.

Well, have you looked in kronolith_events to verify that you're actually
using the right calendar name, instead of assuming?

> I've also noticed that kronolith_storage is empty.

This is unrelated.

-chuck

--
"Regard my poor demoralized mule!" - Juan Valdez
--
Kronolith mailing list - Join the hunt: http://horde.org/bounties/#kronolith
Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail:
kronolith-unsubscribe at lists.horde.org



More information about the kronolith mailing list