Title: thuan.van.nguyen@gmail.com's Replies | WordPress.org

---

# thuan.van.nguyen@gmail.com

  [  ](https://wordpress.org/support/users/thuanvannguyengmailcom/)

 *   [Profile](https://wordpress.org/support/users/thuanvannguyengmailcom/)
 *   [Topics Started](https://wordpress.org/support/users/thuanvannguyengmailcom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thuanvannguyengmailcom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thuanvannguyengmailcom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thuanvannguyengmailcom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thuanvannguyengmailcom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thuanvannguyengmailcom/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Error: The event could not be added to the database. This may indicate a problem](https://wordpress.org/support/topic/error-the-event-could-not-be-added-to-the-database-this-may-indicate-a-problem/)
 *  Thread Starter [thuan.van.nguyen@gmail.com](https://wordpress.org/support/users/thuanvannguyengmailcom/)
 * (@thuanvannguyengmailcom)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/error-the-event-could-not-be-added-to-the-database-this-may-indicate-a-problem/#post-3793729)
 * please elaborate
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Monthly recurring event](https://wordpress.org/support/topic/monthly-recurring-event/)
 *  [thuan.van.nguyen@gmail.com](https://wordpress.org/support/users/thuanvannguyengmailcom/)
 * (@thuanvannguyengmailcom)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/monthly-recurring-event/#post-3393808)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Monthly recurring event](https://wordpress.org/support/topic/monthly-recurring-event/)
 *  [thuan.van.nguyen@gmail.com](https://wordpress.org/support/users/thuanvannguyengmailcom/)
 * (@thuanvannguyengmailcom)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/monthly-recurring-event/#post-3393806)
 * how to have recurring for the fourth sunday in every month?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Translate](https://wordpress.org/support/topic/translate-10/)
 *  [thuan.van.nguyen@gmail.com](https://wordpress.org/support/users/thuanvannguyengmailcom/)
 * (@thuanvannguyengmailcom)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/translate-10/#post-3612023)
 * Any plan for this?
    I would like norwegian – How can I do the translation myself?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Error: The event could not be added to the database. This may indicate a problem](https://wordpress.org/support/topic/error-the-event-could-not-be-added-to-the-database-this-may-indicate-a-problem/)
 *  Thread Starter [thuan.van.nguyen@gmail.com](https://wordpress.org/support/users/thuanvannguyengmailcom/)
 * (@thuanvannguyengmailcom)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/error-the-event-could-not-be-added-to-the-database-this-may-indicate-a-problem/#post-3793668)
 * I manage to run this from Mysql workbench
 * INSERT INTO `wordpress`.`wp_spiffy_calendar`
    ( `event_begin`, `event_end`, `
   event_title`, event_desc ) VALUES ( ‘2013-05-23’, ‘2013-05-23’, ‘Etest’, ‘desc’
 * );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spiffy Calendar] Error: The event could not be added to the database. This may indicate a problem](https://wordpress.org/support/topic/error-the-event-could-not-be-added-to-the-database-this-may-indicate-a-problem/)
 *  Thread Starter [thuan.van.nguyen@gmail.com](https://wordpress.org/support/users/thuanvannguyengmailcom/)
 * (@thuanvannguyengmailcom)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/error-the-event-could-not-be-added-to-the-database-this-may-indicate-a-problem/#post-3793667)
 * The DDl for the table…
 * CREATE TABLE `wp_spiffy_calendar` (
    `event_id` int(11) NOT NULL AUTO_INCREMENT,`
   event_begin` date NOT NULL, `event_end` date NOT NULL, `event_title` varchar(
   30) NOT NULL, `event_desc` text NOT NULL, `event_time` time DEFAULT NULL, `event_end_time`
   time DEFAULT NULL, `event_recur` char(1) DEFAULT NULL, `event_repeats` int(3)
   DEFAULT NULL, `event_author` bigint(20) unsigned DEFAULT NULL, `event_category`
   bigint(20) unsigned NOT NULL DEFAULT ‘1’, `event_link` text, `event_image` bigint(
   20) unsigned DEFAULT NULL, PRIMARY KEY (`event_id`) ) ENGINE=InnoDB DEFAULT CHARSET
   =utf8$$
 * I tried to create an event with
 * eventname : what ever
    date: 2013-05-29

Viewing 6 replies - 1 through 6 (of 6 total)