Roundcube Community Forum

 

webcalendar plugin

Started by rcampbe, September 26, 2009, 11:48:51 PM

Previous topic - Next topic

dziobak

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?

rosali

Could you give me remote access (Imap Test accout, FTP, PHPMyAdmin)? PM'me details.
Regards,
Rosali

dimago

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" => "[email protected]",
  "admin2" => "[email protected]"
); //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