Main menu

Forum


× Help Forum English

[VIEWED] Import Events vom Excel-file

  • delphin150
  • Topic Author
  • New Member
  • New Member
More
10 years 7 months ago - 10 years 6 months ago #7609 by delphin150
[VIEWED] Import Events vom Excel-file was created by delphin150
Hello together,

if have got many events to import into icagenda which are listed in an Excel-File.
Is it possilbe to import these events directly to icagenda?

If not, can import the evetns into the database?
What SQL-Statement do i have to use and wicht fields are requiered?

Many thanks for your help!

Kind Regards!
Last edit: 10 years 6 months ago by Lyr!C. Reason: [VIEWED]

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 7 months ago #7613 by Lyr!C
Replied by Lyr!C on topic Import Events vom Excel-file
Hi!

Today, not yet a import/export system. This is planned for end of year.

Of course, if you know sql, you can create the SQL request to add the events.

All depends of which information you have in your excel file ?

What is required is title, alias, category and dates. But you can of course add value for other fields.

Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • delphin150
  • Topic Author
  • New Member
  • New Member
More
10 years 7 months ago #7625 by delphin150
Replied by delphin150 on topic Import Events vom Excel-file
Hello,

thanks for the quick answer.

In the database I can find the attributes "id", "asset-id" and "ordering".
Do I have to fill this attributes, too?
Are they filled automatically?

Thanks for your help!

Kind regards

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 6 months ago #7640 by Lyr!C
Replied by Lyr!C on topic Import Events vom Excel-file
Hi!

If your database is empty, and AUTO_INCREMENT on 1, yes you have to give id a unique ascendant number (1, 2, 3, 4...)

About assert_id (used for user individual ACL permissions) set it to '0' (zero)

About ordering, the same as asset_id, set it to "0" (zero)

Hope this help!

Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

  • Lyr!C
  • Lyr!C's Avatar
  • Administrator
  • Administrator
  • Lead Developer
More
10 years 6 months ago #7641 by Lyr!C
Replied by Lyr!C on topic Import Events vom Excel-file
You have default value for columns in sql install file :
  `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,
  `asset_id` INT(10) NOT NULL DEFAULT '0',
  `ordering` INT(11) NOT NULL,
  `state` TINYINT(1) NOT NULL DEFAULT '1',
  `approval` INT(11) NOT NULL DEFAULT '0',
  `checked_out` INT(11) NOT NULL,
  `checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
  `title` VARCHAR(255) NOT NULL,
  `alias` VARCHAR(255) NOT NULL,
  `access` INT(10) UNSIGNED NOT NULL DEFAULT '0',
  `language` CHAR(7) NOT NULL,
  `created` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` INT(10) UNSIGNED NOT NULL DEFAULT '0',
  `created_by_alias` VARCHAR(255) NOT NULL,
  `created_by_email` VARCHAR(100) NOT NULL,
  `modified` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` INT(10) UNSIGNED NOT NULL DEFAULT '0',
  `username` VARCHAR(255) NOT NULL,
  `catid` INT(11) NOT NULL,
  `image` VARCHAR(255) NOT NULL,
  `file` VARCHAR(255) NOT NULL,
  `displaytime` INT(10) NOT NULL DEFAULT '1',
  `weekdays` VARCHAR(255) NOT NULL,
  `daystime` VARCHAR(255) NOT NULL,
  `startdate` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
  `enddate` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
  `period` TEXT(65535) NOT NULL,
  `dates` TEXT(65535) NOT NULL,
  `next` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
  `time` VARCHAR(255) NOT NULL,
  `place` VARCHAR(255) NOT NULL,
  `website` VARCHAR(255) NOT NULL,
  `email` VARCHAR(255) NOT NULL,
  `phone` VARCHAR(255) NOT NULL,
  `name` VARCHAR(255) NOT NULL,
  `city` VARCHAR(255) NOT NULL,
  `country` VARCHAR(255) NOT NULL,
  `address` VARCHAR(255) NOT NULL,
  `coordinate` VARCHAR(255) NOT NULL,
  `lat` FLOAT( 20, 16 ) NOT NULL,
  `lng` FLOAT( 20, 16 ) NOT NULL,
  `desc` TEXT(65535) NOT NULL ,
  `metadesc` TEXT NOT NULL,
  `params` TEXT NOT NULL,

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File Attachment:

Please Log in or Create an account to join the conversation.

Moderators: Lyr!C
Time to create page: 0.076 seconds

 

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new