Author Topic: jQuery Weekcalendar plugin (deprecated)  (Read 25793 times)

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
jQuery Weekcalendar plugin (deprecated)
« on: January 25, 2010, 08:22:50 AM »
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!

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
jQuery Weekcalendar plugin (deprecated)
« Reply #1 on: January 25, 2010, 08:49:54 AM »
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!
« Last Edit: January 25, 2010, 08:53:29 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
jQuery Weekcalendar plugin (deprecated)
« Reply #2 on: January 25, 2010, 09:01:16 AM »
I fixed the scrollbar, check the screenshot (Firefox 3.5).

EDIT: And the calendar is full width now (in BETA release)
« Last Edit: January 25, 2010, 09:29:45 AM by Lazlo »

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
jQuery Weekcalendar plugin (deprecated)
« Reply #3 on: January 25, 2010, 09:14:17 AM »
Thanks, looks fine. Did you update the .zip?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
jQuery Weekcalendar plugin (deprecated)
« Reply #4 on: January 25, 2010, 09:18:40 AM »
Not yet, will update it soon.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
jQuery Weekcalendar plugin (deprecated)
« Reply #5 on: January 25, 2010, 09:21:30 AM »
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 (commercial)

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
jQuery Weekcalendar plugin (deprecated)
« Reply #6 on: January 25, 2010, 09:36:11 AM »
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.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
jQuery Weekcalendar plugin (deprecated)
« Reply #7 on: January 25, 2010, 09:44:35 AM »
Perhaps you find something here;

iCal - PHP Classes[0]=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
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
« Last Edit: January 25, 2010, 09:50:04 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
jQuery Weekcalendar plugin (deprecated)
« Reply #9 on: January 25, 2010, 10:47:02 AM »
#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?
« Last Edit: January 25, 2010, 10:50:49 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
jQuery Weekcalendar plugin (deprecated)
« Reply #10 on: January 25, 2010, 10:50:10 AM »
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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
jQuery Weekcalendar plugin (deprecated)
« Reply #11 on: January 25, 2010, 10:55:09 AM »
I've downloaded the current .zip and see:

Code: [Select]

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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
jQuery Weekcalendar plugin (deprecated)
« Reply #12 on: January 25, 2010, 10:57:07 AM »
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.
« Last Edit: January 25, 2010, 11:02:59 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
jQuery Weekcalendar plugin (deprecated)
« Reply #13 on: January 25, 2010, 10:57:53 AM »
Mm, refresh your browsercache. My zip says:
#calendar {
  width: 100%;
  margin-top: 40px;

}
« Last Edit: January 25, 2010, 11:28:36 AM by Lazlo »

Offline oldschool

  • Sr. Member
  • ****
  • Posts: 406
jQuery Weekcalendar plugin (deprecated)
« Reply #14 on: January 25, 2010, 11:58:12 AM »
Niiiice... will have a try!
Thanx!!!



Rgds.