Roundcube Community Forum

 

Calendar PlugIn

Started by sz, May 08, 2007, 06:06:13 AM

Previous topic - Next topic

flattery

I have tried with all themes and resolutions from 800x600 to 1280x768 to 2048x1536

All have scroll bars on all Chrome browser variations.

Some reason the day box takes up a couple more pixels than there is room for.

flattery

Even Google Chrome on a Linux laptop has the scroll bars.

There is no configuration that or no way that I can make the scroll bars go away in Chrome without actually editing the css code of the calendar.

mstar

Hi,
how do I install the webcalendar? Somebody has an tutorial?
Thanks

Lazlo

I am writing a Calendar plugin based on jQuery weekCalendar: RoundCube Calendar

SKaero

Do you have any screenshots?

rosali

@ Lazlo:

I removed the pagecontent div in the template and use:

#calendar {
  width: 900px;
  margin-top: -15px;
  bottom: 20px;
  margin-left: 200px;
  overflow: auto;
}

There shouldn't a window scrollbar on a standard resultion 1280 x 1024.

Besides that, nice work!
Regards,
Rosali

Lazlo

@skearo: No screenshots at the moment. Will add them soon.

@rosali: Thanks, fixed it.

ontnugtering

#67
Thank you very much. A very nice calendar!
I have questions:

a) How can I show all calendar events at once?
b) What are the details of Email notification? When will those be sent? Can I edit the behaviour? Can I have per-entry-notification?

EDIT: Oh, isn't this meant as an email reminder? This would be veeery helpful if we could receive email shortly before a calendar event occurs...

Thanks!
Michael

rosali

Please post in an appropiate thread in API based plugins.
Regards,
Rosali

jcreyesb

Quote from: flattery;23226I use Google Chrome and I notice this doesn't seem to affect Firefox, but here is a screen shot:


this is the webcalendar plugin? how you integrated whit roundcube?