[EventCalendar] Keep Events Separate

Craig Rothman cjroth at alum.mit.edu
Mon Sep 25 14:40:28 UTC 2006


Would it be possible to make "Keep Events Separate" a event based attribute
instead of a calendar attribute.  For example, there are some events I want
to keep separate but there are others I don't, instead of the overall
option, can this be specified for each event?

-Craig

On 9/25/06, eventcalendar-request at firetree.net <
eventcalendar-request at firetree.net> wrote:
>
> Send EventCalendar mailing list submissions to
>         eventcalendar at firetree.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://penguin.firetree.net/cgi-bin/mailman/listinfo/eventcalendar
> or, via email, send a message with subject or body 'help' to
>         eventcalendar-request at firetree.net
>
> You can reach the person managing the list at
>         eventcalendar-owner at firetree.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of EventCalendar digest..."
>
>
> Today's Topics:
>
>    1. Re: Problems with Events next year (Alex Tingle)
>    2. new calendar-blue.css (nunud)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 24 Sep 2006 15:00:09 +0100
> From: Alex Tingle <alex at firetree.net>
> Subject: Re: [EventCalendar] Problems with Events next year
> To: Kris Rhoades <info at thewellministries.org>
> Cc: event Calendar <eventcalendar at firetree.net>
> Message-ID: <B1745C9F-51BC-461E-8CF5-F9E60E864C42 at firetree.net>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
>
> Kris,
>
> On 19 Sep 2006, at 09:41, Kris Rhoades wrote:
>
> > Go to: www.thewellministries.org/schedule/?cat=1
> >
> > Look down to the bottom of the list where the next year's events
> > are listed.
> > You will see the dates are out of order.
>
> I've just checked this URL, and it seems to be working OK. I see in
> your other e-mail that you fixed this by turning on the "keep events
> separate" option. I'm very tempted to make this the default setting
> in future versions.
>
>
> > Also if you go to: www.thewellministries.org/schedule/
> > You will see the graphical calendar in the sidebar.
>
> By the way, your sidebar is misplaced in Safari. You should check
> your CSS for errors.
>
>
> > Hover your mouse over September 15 and you will see a list of
> > events in the
> > popup window, none of which were happening that day but instead it
> > was the
> > day that I posted all the events.
>
> Hmm, yes I see the problem there, but I think it might be doing the
> right thing...
>
> The day is coloured red because there *is* an event that day (Kane
> Regional Centre @ 3.00pm). The remainder of the posts are listed
> there because that was the day you made the post.
>
> There is a "Show all categories in calendar: Only Show Events"
> option. Have you tried turning that on?
>
> The important thing here is that if you are showing *both* events and
> posts in your sidebar calendar, each event post appears twice. Once
> for the day you posted it and again (in red) for the day the event is
> scheduled. Do you think that's confusing, or is the behaviour correct.
>
> -Alex
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 25 Sep 2006 12:49:13 +0200
> From: nunud <nunud at free.fr>
> Subject: [EventCalendar] new calendar-blue.css
> To: eventcalendar at firetree.net
> Message-ID: <4517B429.90703 at free.fr>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> I customize the calendar-blue.css (in the css folder).
> I hope you'll like it:
>
> /* The main calendar widget.  DIV containing a table. */
>
> div.calendar { position: relative; }
>
> .calendar, .calendar table {
>   border: .03em solid #ddd;
>   font-size: 11px;
>   color: #000;
>   cursor: default;
>   background: #fff;
>   font-family: Arial, tahoma,verdana,sans-serif;
> }
>
> /* Header part -- contains navigation buttons and day names. */
>
> .calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
>   text-align: center;    /* They are the navigation buttons */
>   padding: 1px;          /* Make the buttons seem like they're pressing */
> }
>
> .calendar .nav {
>   background: #eee url(menuarrow.gif) no-repeat 100% 100%;
> }
>
> .calendar thead .title { /* This holds the current "month, year" */
>   /*font-weight: bold;*/      /* Pressing it will take you to the
> current date */
>   text-align: center;
>   background: #145688;
>   color: #fff;
>   padding: 1px;
> }
>
> .calendar thead .headrow { /* Row <TR> containing navigation buttons */
>   background: #CCFFFF;
>   color: #fff;
> }
>
> .calendar thead .daynames { /* Row <TR> containing the day names */
>   background: #eee;
> }
>
> .calendar thead .name { /* Cells <TD> containing the day names */
>   border-bottom: 0px solid #556;
>   padding: 2px;
>   text-align: center;
>   color: #666;
>   font-size: 10px;
> }
>
> .calendar thead .weekend { /* How a weekend day name shows in header */
>   /*color: #a66;*/
>   /*font-style: italic;*/
> }
>
> .calendar thead .hilite { /* How do the buttons in header appear when
> hover */
>   background-color: #CCFFFF;
>   color: #000;
>   border: 0px solid #04f;
>   padding: 0px;
> }
>
> .calendar thead .active { /* Active (pressed) buttons in header */
>   background-color: #CCFFFF;
>   padding: 2px 0px 0px 2px;
> }
>
> /* The body part -- contains all the days in month. */
>
> .calendar tbody .day { /* Cells <TD> containing month days dates */
>   width: 1.6em;
>   color: #444;
>   text-align: right;
>   padding: 2px 4px 2px 2px;
> }
> .calendar tbody .day.othermonth {
>   font-size: 80%;
>   color: #bbb;
> }
> .calendar tbody .day.othermonth.oweekend {
>   color: #fbb;
> }
>
> .calendar table .wn {
>   padding: 2px 3px 2px 2px;
>   border-right: 0px solid #000;
>   background: #eee;
> }
>
> .calendar tbody .rowhilite td {
>   background: #fff;
> }
>
> .calendar tbody .rowhilite td.wn {
>   background: #eee;
> }
>
> .calendar tbody td.hilite { /* Hovered cells <TD> */
>   background: #CCFFFF;
>   padding: 1px 3px 1px 1px;
>   border: 1px solid #CCFFFF;
> }
>
> .calendar tbody td.active { /* Active (pressed) cells <TD> */
>   background: #CCFFFF;
>   padding: 2px 2px 0px 2px;
> }
>
> .calendar tbody td.selected { /* Cell showing today date */
>   font-weight: bold;
>   border: 0px solid #000;
>   padding: 1px 3px 1px 1px;
>   background: #CCFFFF;
>   color: #000;
> }
>
> .calendar tbody td.weekend { /* Cells showing weekend days */
> /* color: #999;*/
> }
>
> .calendar tbody td.today { /* Cell showing selected date */
>   font-weight: bold;
>   color: #AD0E38;
> }
>
> .calendar tbody .disabled { color: #999; }
>
> .calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
>   visibility: hidden;
> }
>
> .calendar tbody .emptyrow { /* Empty row (some months need less than 6
> rows) */
>   display: none;
> }
>
> /* The footer part -- status bar and "Close" button */
>
> .calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
>   text-align: center;
>   background: #555;
>   color: #fff;
> }
>
> .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
>   background: #eee;
>   color: #555;
>   font-size: 9px;
>   border-top: 0px solid #556;
>   padding: 2px;
> }
>
> .calendar tfoot .hilite { /* Hover style for buttons in footer */
>   background: #eee;
>   border: 0px solid #04f;
>   color: #000;
>   padding: 2px;
> }
>
> .calendar tfoot .active { /* Active (pressed) style for buttons in footer
> */
>   background: #666;
>   padding: 2px 0px 0px 2px;
> }
>
> /* Combo boxes (menus that display months/years for direct selection) */
>
> .calendar .combo {
>   position: absolute;
>   display: none;
>   top: 0px;
>   left: 0px;
>   width: 4em;
>   cursor: default;
>   border: 1px solid #ddd;
>   background: #FFF;
>   color: #555;
>   /*font-size: 90%;*/
>   z-index: 100;
> }
>
> .calendar .combo .label,
> .calendar .combo .label-IEfix {
>   text-align: center;
>   padding: 1px;
> }
>
> .calendar .combo .label-IEfix {
>   width: 4em;
> }
>
> .calendar .combo .hilite {
>   background: #CCFFFF;
> }
>
> .calendar .combo .active {
>   border-top: 0px solid #46a;
>   border-bottom: 0px solid #46a;
>   background: #CCFFFF;
>   font-weight: bold;
>   font-size: 11px;
>   color: #333;
> }
>
> .calendar td.time {
>   border-top: 0px solid #000;
>   padding: 1px 0px;
>   text-align: center;
>   background-color: #eee;
> }
>
> .calendar td.time .hour,
> .calendar td.time .minute,
> .calendar td.time .ampm {
>   padding: 0px 3px 0px 4px;
>   border: 0px solid #889;
>   font-weight: bold;
>   background-color: #eee;
> }
>
> .calendar td.time .ampm {
>   text-align: center;
> }
>
> .calendar td.time .colon {
>   padding: 0px 2px 0px 3px;
>   font-weight: bold;
> }
>
> .calendar td.time span.hilite {
>   border-color: #000;
>   background-color: #CCFFFF;
>   color: #000;
> }
>
> .calendar td.time span.active {
>   border-color: #f00;
>   background-color: #CCFFFF;
>   color: #AD0E38;
> }
>
>
>
>
> ------------------------------
>
> _______________________________________________
> EventCalendar mailing list
> EventCalendar at firetree.net
> http://penguin.firetree.net/cgi-bin/mailman/listinfo/eventcalendar
>
>
> End of EventCalendar Digest, Vol 11, Issue 36
> *********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://penguin.firetree.net/pipermail/eventcalendar/attachments/20060925/2dc419f0/attachment.html


More information about the EventCalendar mailing list