Roundcube Community Forum

 

jQuery Weekcalendar plugin (deprecated)

Started by Lazlo, January 25, 2010, 08:22:50 AM

Previous topic - Next topic

Lazlo

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!

rosali

#1
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

Lazlo

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

EDIT: And the calendar is full width now (in BETA release)

rosali

Thanks, looks fine. Did you update the .zip?
Regards,
Rosali

Lazlo


rosali

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

Lazlo

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.

rosali

Perhaps you find something here;

iCal - PHP Classes
  • =C&restrict[1]=R&restrict[2]=B&restrict[3]=V&restrict[4]=D&forums=F&go_search=1&advanced=1

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

rosali

Regards,
Rosali

rosali

#9
#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

Lazlo

Quote from: rosali;24876#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

rosali

I've downloaded the current .zip and see:


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

rosali

#12
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

Lazlo

#13
Mm, refresh your browsercache. My zip says:
#calendar {
  width: 100%;
  margin-top: 40px;

}

oldschool

Niiiice... will have a try!
Thanx!!!



Rgds.