Is there a way to use the calendar plug-in from myroundcube with roundcube v0.3? If not, is there another plug-in that will allow me to access webcalendar from roundcube?
No, there is no way yet. It is on my ToDo's ...
Ok, thanks for the response.
Any idea for the time frame?
Hopefully since end of October.
Hi,
This calendar plugin work work with the values on the DB right?
It would be interesting if it had a way to connect to a MS Exchange calendar.
What do you say?
I could install the webcalendar but i get calendar login page instead of auto login. Probably I did something wrong during install?
I have also tested your dev demo site and on your site the auto login works but if I change time zone and language in webcal admin I lost these setting on logoff logon.
Any idea how could I solve at least the time zone and the auto logon problem?
thanks
genkiz
settings.php looks ok, but
Quote/* updated via install/index.php on Sun, 22 Nov 2009 23:17:14 +0100
install_password: *********************
db_type: mysql
db_host: localhost
db_database: webcal
db_login: webcal
db_password: *******
db_persistent: false
db_cachedir: /tmp
readonly: false
user_inc: user-myroundcube.php
use_http_auth: false
single_user: false
mode: prod
# end settings.php */
Quote from another thread:
QuoteThe following simple fix stopped all my trouble with the integrated login:
webcalendar.php
PHP Code:
$rcmail->output->set_env('webcal_user', $rcmail->user->data['username']);
$rcmail->output->set_env('webcal_enc_user', substr(base_convert( md5(trim($rcmail->user->data['username'])), 16, 36 ),0,25));
//Begin fix
if($rcmail->user->data['password'])
$rcmail->output->set_env('webcal_pass', $rcmail->user->data['password']);
else
$rcmail->output->set_env('webcal_pass', $_SESSION['password']);
//End fix
$langs = $rcmail->config->get('cal_language');
$lang = $langs[$_SESSION['language']];
Check @ RoundCube Webmail :: Welcome to RoundCube Webmail ... demo user login and first time login of a new registered user should work now.
__________________
Regards,
Rosali
__________________
Wecalendar Timezone is always synchronisized with RoundCube Timezone.
A new release including the login fix will be available next weekend.
thanks this worked but i figured out i need a reminder tool with alert sending options to other addresses instead of the calendar :(
Hi, for me does not work. It is still appearing the login screen??
@ mstar:
Could you give me remote access (imap test account, phpmyadmin and ftp access to Roundcube folder - full permissions)?
Hi, sry. The System in in my VirtualBox. What data do you need? I can send you this.
Thanks
As said:
#1 Login credentials for an imap account
#2 webcalender and roundcube database access by phpmyadmin
#3 FTP access to roundcube folder
PM'me the details.
Sry. I installed everything locally on VirtualBox.
If you say what you need I can send you the data.
Thanks
Zip whole plugin folder. Also export webcalendar database.
you have a PM :)
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?
Could you give me remote access (Imap Test accout, FTP, PHPMyAdmin)? PM'me details.
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
This plugin is deprecated.
Follow up:
http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/6782-jquery-fullcalendar-plugin-forked-rosali.htm