Author Topic: Calendar PlugIn  (Read 88241 times)

Offline flattery

  • Jr. Member
  • **
  • Posts: 17
Calendar PlugIn
« Reply #60 on: November 20, 2009, 10:26:39 AM »
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.

Offline flattery

  • Jr. Member
  • **
  • Posts: 17
Calendar PlugIn
« Reply #61 on: November 21, 2009, 12:43:16 AM »
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.

Offline mstar

  • Jr. Member
  • **
  • Posts: 22
Calendar PlugIn
« Reply #62 on: November 24, 2009, 08:33:51 AM »
Hi,
how do I install the webcalendar? Somebody has an tutorial?
Thanks

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
Calendar PlugIn
« Reply #63 on: January 23, 2010, 02:44:40 PM »
I am writing a Calendar plugin based on jQuery weekCalendar: RoundCube Calendar

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Calendar PlugIn
« Reply #64 on: January 23, 2010, 04:46:52 PM »
Do you have any screenshots?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Calendar PlugIn
« Reply #65 on: January 24, 2010, 01:21:26 AM »
@ 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
__________________
MyRoundcube Project (commercial)

Offline Lazlo

  • Full Member
  • ***
  • Posts: 50
Calendar PlugIn
« Reply #66 on: January 24, 2010, 02:06:43 AM »
@skearo: No screenshots at the moment. Will add them soon.

@rosali: Thanks, fixed it.

Offline ontnugtering

  • Jr. Member
  • **
  • Posts: 25
Calendar PlugIn
« Reply #67 on: July 15, 2010, 03:33:37 AM »
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
« Last Edit: July 15, 2010, 04:07:47 AM by ontnugtering »

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Calendar PlugIn
« Reply #68 on: July 15, 2010, 09:26:39 AM »
Please post in an appropiate thread in API based plugins.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline jcreyesb

  • Newbie
  • *
  • Posts: 4
Calendar PlugIn
« Reply #69 on: August 17, 2010, 06:45:14 PM »
Quote from: flattery;23226
I 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?