Author Topic: jQuery Weekcalendar plugin (deprecated)  (Read 25035 times)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
jQuery Weekcalendar plugin (deprecated)
« Reply #47 on: February 07, 2010, 08:18:33 AM »
Do you think that a google calendar sync is possible ?

Because if it's possible and made, with extended contact and group in adress book...Many people (me include) have no benefit to keep microsoft outlook.

EDIt : i just see it on todo list. Great...I will work on french localization

Code: [Select]
$labels = array();
$labels['calendar'] = 'Calendrier';
$labels['24_hour'] = 'Utiliser le format 24 heures';
$labels['timeslots'] = 'Intervalle de temps par heure';
$labels['time_seperator'] = 'à';
$labels['date_format'] = 'Format de la date';

In utf-8 because if not, you must replace :
Code: [Select]
$labels['time_seperator'] = 'à';
by
Code: [Select]
$labels['time_seperator'] = 'à';
But there is missing translation in files because when creatinf event, everything is in english and there is no translation available for it.
« Last Edit: February 07, 2010, 08:37:14 AM by bagu »

Offline Scarabaeus

  • Jr. Member
  • **
  • Posts: 13
calendar plugin install - mysql script error
« Reply #48 on: February 07, 2010, 10:24:59 AM »
Appreciate the assistance.
Again, I'm not fluent in MySQL. So while your links may reveal something obvious to others, I am having difficulty piecing it together.

@ Lazlo -
I am having a difficult time understanding how your link applies to my problem. If it has to do with the use of comments as described in the link; I don't have any comments in my command line that is producing the error.
Or are you implying that the 'CONSTRAINT' should be part of the 'CREATE' command and not have the 'ALTER TABLE' command?

@ rosali -
While I realize your link references a problem with 'google_contacts', I'm trying to see how the 'fix' in that link is different syntactically from what I have in my "ALTER TABLE' statement. From what is mention in the link, what I have IS the fix and shouldn't produce the error I have been getting.

OR it may be something else, in both cases, that I'm blind too.

Again, thanks for the help.
hMailServer 5.3.3 - Build 1879 | ClamAV 0.96.5 (tBB) | SpamAssassin 3.2.3.5
AfterLogic Webmail Pro 6.3.10 | RoundCube 0.7.1
WampServer 2.0i - [ Apache 2.2.11 | MySQL 5.1.36 | PHP 5.3.0 ]

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
jQuery Weekcalendar plugin (deprecated)
« Reply #49 on: February 07, 2010, 04:49:18 PM »
Quote from: bagu;25275
Do you think that a google calendar sync is possible ?


I will release a new version in a couple of weeks based on jQuery fullcalendar which has GCal support. It also has a new backend structure which makes it possible to write a backend for the Google Calendar API.

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
jQuery Weekcalendar plugin (deprecated)
« Reply #50 on: February 07, 2010, 04:50:29 PM »
I can't wait ^^

If there is more locales, i will translate it.

Offline batemice

  • Newbie
  • *
  • Posts: 3
jQuery Weekcalendar plugin (deprecated)
« Reply #51 on: February 07, 2010, 08:46:35 PM »
Am I on the right way?

Code: [Select]
CREATE TABLE `events` (
  `event_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
`user_id_fk_contacts` int(10) unsigned NOT NULL,
  `start` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
  `end` datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
  `title` text NOT NULL,
  PRIMARY KEY(`event_id`),
KEY(`user_id_fk_contacts`),
  CONSTRAINT FOREIGN KEY (`user_id`)
    REFERENCES `users`(`user_id`)
   
)

Offline Scarabaeus

  • Jr. Member
  • **
  • Posts: 13
calendar plugin install - mysql script error
« Reply #52 on: February 07, 2010, 09:42:49 PM »
Well, that executed without an error!
Let's just hope it accomplished the original goal.

Great first post!!

Really appreciate the help.
Thanks,
Scarabaeus
hMailServer 5.3.3 - Build 1879 | ClamAV 0.96.5 (tBB) | SpamAssassin 3.2.3.5
AfterLogic Webmail Pro 6.3.10 | RoundCube 0.7.1
WampServer 2.0i - [ Apache 2.2.11 | MySQL 5.1.36 | PHP 5.3.0 ]

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
jQuery Weekcalendar plugin (deprecated)
« Reply #53 on: May 28, 2010, 05:24:40 AM »
This thread holds post moved from http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/6161-roundcube-calendar-jquery-calendar.html.

The original thread was rather crowdy. Free different plugins were discussed:

(*) jQuery Weekcalendar plugin (deprecated)
(*) jQuery Fullcalendar plugin (developed by Lazlo)
(*) jQuery Fullcalendar myroundcube plugin (based on Lazlo initial version and forked by rosali)

Now this thread is for weekcalendar only.
« Last Edit: May 28, 2010, 09:59:17 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)