Forums / Cotonti / Extensions / Work In Progress - Events\Calendar Update

An updated Events\Calendar plugin

MIHDev
#27550 2010-12-20 00:58
Thanks m8, will work on integrating those features tonight :)

Added 1 hour 27 minutes later:

Hi Koradhil, as no SQL was included, did I get the structure of the new instances table right?

CREATE TABLE sed_event_instances (
  instance_id mediumint(8) NOT NULL AUTO_INCREMENT,
  instance_eventid mediumint(8) NOT NULL DEFAULT '0',
  instance_number mediumint(8) NOT NULL DEFAULT '0',
  instance_start int (11) NOT NULL DEFAULT '0',
  instance_end int (11) NOT NULL DEFAULT '0',
  instance_deadline int (11) NOT NULL DEFAULT '0',
  PRIMARY KEY (instance_id)
) TYPE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
[b]Know the question and you will be far more likely to get an answer.[/b]
This post was edited by MIHDev (2010-12-20 02:25, 13 years ago)