Author Topic: webcalendar plugin  (Read 16024 times)

Offline dziobak

  • Full Member
  • ***
  • Posts: 184
Encoding
« Reply #15 on: December 16, 2009, 07:53:25 AM »
Hey

I'm a polish user of Roundcube and I have problem with encoding calendar plugin. Roundcube works on UTF-8 and the calendar uses Latin2 encoding, and there are problems with installing and logon.
The calendar has been installed when I have changed the browser encoding to Latin2 (on UTF didn't work). Now when I go to calendar, it shows a logon site. It doesn’t use Roundcube session.

(Sorry if I made mistakes in post)

Can you help me with this?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
webcalendar plugin
« Reply #16 on: December 16, 2009, 09:01:37 AM »
Could you give me remote access (Imap Test accout, FTP, PHPMyAdmin)? PM'me details.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline dimago

  • Jr. Member
  • **
  • Posts: 33
webcalendar plugin
« Reply #17 on: March 01, 2010, 12:59:02 PM »
Im try to use a webcalendar..

I configured my config.inc.php like this..


// comment the following if you use calendar_switch plugin

 $rcmail_config['use_calendar'] = 'webcalendar';

/* admin accounts */
$rcmail_config['cal_admins'] = array(
  "admin1" => "diego.gomes@dominio.com.br",
  "admin2" => "roundcube@dominio.com.br"
); //lowercase !!!

/* calendar language map ... extend ... */
$rcmail_config['cal_language'] = array();
$rcmail_config['cal_language']['default'] = 'Pt-BR';
$rcmail_config['cal_language']['en_US'] = 'English-US';
$rcmail_config['cal_language']['de_DE'] = 'German';

/* calendar default timezone */
$rcmail_config['cal_default_timezone'] = 'Ameirca/Sao Paulo';
$rcmail_config['cal_default_offset'] = -3;

/* calendar imap host */
$rcmail_config['cal_imap_host'] = "192.168.55.100";

/* calendar imap port */
$rcmail_config['cal_imap_port'] = "143";

/* calendar default domain: Fall back Domain for Login */
$rcmail_config['cal_default_domain'] = "dominio.com.br";

?>

My timezone is -3 Brazil...

well i login with my account diego.gomes and when I got to Calendar, I get this error...

[01-Mar-2010 14:48:23] PHP Fatal error:  Call to undefined function timezone_name_from_abbr() in /pkg/httpsites01/var/www/webmail/plugins/webcalendar/webcalendar.php on line 201


any idea?

Thanks

Offline rosali

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