RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Third Party Contributions > API Based Plugins

For more information about the ads and why they're here, please see the FAQ

Reply
  #1  
Old 01-25-2010, 01:22 PM
Registered User
 
Join Date: May 2007
Posts: 33
Default RoundCube Calendar (jQuery Calendar)

I am writing a jQuery Calendar plugin for Roundcube. It is still alpha.

Some features:
* full week calendar
* add/edit/remove events
* and more...
* localization
* configuration under Settings

For more info and download: RoundCube Calendar

Feedback, translations and feature request are welcome!
__________________
Roundcube Calendar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 01-25-2010, 01:49 PM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,463
Default

As mentioned in the Webcalendar thread, nice work.

But please adjust the layout. There is no need to have space on the left hand side and to get a scrollbar. Test it with my wrapper plugin!
__________________
Regards,
Rosali

__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Forum http://http://www.roundcubeforum.net...45-myroundcube
MyRoundcube Online Demo http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube
Mailing List http://mail4us.net/?_action=plugin.nabble

Last edited by rosali; 01-25-2010 at 01:53 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 01-25-2010, 02:01 PM
Registered User
 
Join Date: May 2007
Posts: 33
Default

I fixed the scrollbar, check the screenshot (Firefox 3.5).

EDIT: And the calendar is full width now (in BETA release)
Attached Images
File Type: png screenshot.png (55.7 KB, 122 views)
__________________
Roundcube Calendar

Last edited by Lazlo; 01-25-2010 at 02:29 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 01-25-2010, 02:21 PM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,463
Default

Keep on your hard work. I like this much more than my Webcalendar interface!

What I would need to deprecate Webcalender plugin is:

(*) Import/Export (iCal)
(*) Event reminders (Cron Job)
(*) Implementation of Google Calendar API (not supported by Webcalendar but on my - now stopped - ToDo's)
(*) MiniCal (to implement at bottom of folder list)

Just my 5 cents
__________________
Regards,
Rosali

__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Forum http://http://www.roundcubeforum.net...45-myroundcube
MyRoundcube Online Demo http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube
Mailing List http://mail4us.net/?_action=plugin.nabble
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 01-25-2010, 02:36 PM
Registered User
 
Join Date: May 2007
Posts: 33
Default

I updated the zips.

I'm working on the import and export of iCalendar files (searching for a good PHP iCal parser lib)

Added the rest to the todo.
__________________
Roundcube Calendar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 01-25-2010, 02:44 PM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,463
Default

Perhaps you find something here:

http://www.phpclasses.org/search.htm...h=1&advanced=1

That's my favorit php classes repository!
__________________
Regards,
Rosali

__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Forum http://http://www.roundcubeforum.net...45-myroundcube
MyRoundcube Online Demo http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube
Mailing List http://mail4us.net/?_action=plugin.nabble

Last edited by rosali; 01-25-2010 at 02:50 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 01-25-2010, 03:47 PM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,463
Default

#1- You have an error in the mysql.sql script:

CONSTRAINT `user_id_fk_events` FOREIGN KEY (`user_id`) [replace old stuff with that]

#2- I'm still not satisfied with the positioning ... why this left-hand space of about 200px? Do you plan a navigation bar there?
__________________
Regards,
Rosali

__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Forum http://http://www.roundcubeforum.net...45-myroundcube
MyRoundcube Online Demo http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube
Mailing List http://mail4us.net/?_action=plugin.nabble

Last edited by rosali; 01-25-2010 at 03:50 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 01-25-2010, 03:50 PM
Registered User
 
Join Date: May 2007
Posts: 33
Default

Quote:
Originally Posted by rosali View Post
#1- You have an error in the mysql.sql script:

CONSTRAINT `user_id_fk_events` FOREIGN KEY (`user_id`) [replace old stuff with that]

#2- I'm still not satisfied with the positioning ... why this left space of about 200px?
#1 Fixed

#2 There is no left space, which version did you download? Check the screenshot on RoundCube Calendar
__________________
Roundcube Calendar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 01-25-2010, 03:55 PM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,463
Default

I've downloaded the current .zip and see:

Code:
#calendar {
  width: 900px;
  height: 200px;
  margin-top: 40px;
  margin-left: 160px; <---- why that?
}
__________________
Regards,
Rosali

__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Forum http://http://www.roundcubeforum.net...45-myroundcube
MyRoundcube Online Demo http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube
Mailing List http://mail4us.net/?_action=plugin.nabble
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 01-25-2010, 03:57 PM
rosali's Avatar
Super Moderator
 
Join Date: Dec 2007
Location: Germany
Posts: 1,463
Default

Forget it ... Damned caching issue.

--> Implement no caching headers at your project site as long the site is updated frequently.
--> Add a download script with "time()" as $_GET.
__________________
Regards,
Rosali

__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Forum http://http://www.roundcubeforum.net...45-myroundcube
MyRoundcube Online Demo http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube
Mailing List http://mail4us.net/?_action=plugin.nabble

Last edited by rosali; 01-25-2010 at 04:02 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:10 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community