Roundcube Community Forum

 

webcalendar plugin

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

Previous topic - Next topic

rcampbe

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?

rosali

No, there is no way yet. It is on my ToDo's ...
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

rcampbe

Ok, thanks for the response.
Any idea for the time frame?

rosali

Hopefully since end of October.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

jasb

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?

genkiz

#5
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 */

rosali

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_convertmd5(trim($rcmail->user->data['username'])), 1636 ),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.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

genkiz

thanks this worked but i figured out i need a reminder tool with alert sending options to other addresses instead of the calendar :(

mstar

Hi, for me does not work. It is still appearing the login screen??

rosali

@ mstar:

Could you give me remote access (imap test account, phpmyadmin and ftp access to Roundcube folder - full permissions)?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

mstar

Hi, sry. The System in in my VirtualBox. What data do you need? I can send you this.

Thanks

rosali

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.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

mstar

Sry. I installed everything locally on VirtualBox.
If you say what you need I can send you the data.

Thanks

rosali

Zip whole plugin folder. Also export webcalendar database.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

mstar