ltwCalendar
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsProjectsltwCalendar

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old March 17th, 2004, 05:21 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
Another Vote for Recurring Events Fix

Hey yo.

I am using your calendar code for a roller skating rink to do the schedule. It's mostly recurring stuff and in order to have a 6:00-8:30pm session to recur every Tuesday, I have to actually set the end date out like a year. In the events display it actually says that the session starts at 6:00pm on March 16 2004 and ends at 8:30pm on March 16 2005. Now that's a lot of skating Any fixes?

Thanks! Everything else, by the way, is working well!

Jim

Reply With Quote
  #2  
Old March 22nd, 2004, 12:31 AM
prrk47002 prrk47002 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 275 prrk47002 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: Another Vote for Recurring Events Fix

I'll look at it this week sometime.

Reply With Quote
  #3  
Old March 29th, 2004, 02:55 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: Another Vote for Recurring Events Fix

This is the one problem causing me to not put the app on my site. Looking forward to a fix.

Thanks
Jason

Reply With Quote
  #4  
Old March 29th, 2004, 03:08 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: Another Vote for Recurring Events Fix

This is the one problem causing me to not put the app on my site. Looking forward to a fix.

If an event is reoccuring, then perhaps assumption should be made, that its end time is on the same day as the start, or if the start time is say 15:00 and end time is 01:00, then assumption is that the end time is immediately the next day. So for displaying event details, if its reoccuring, then the end day is the same as the start, or if the end time goes into the next day, then the day immediately following.

Thanks
Jason

Reply With Quote
  #5  
Old March 29th, 2004, 03:10 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: Another Vote for Recurring Events Fix

Although it looks like an assumption cannot be made that a recurring event will not go for multiple days.

Perhaps there should be a reoccuring_event_end_date added to the table.

Looking forward to fix.

Reply With Quote
  #6  
Old March 29th, 2004, 10:33 AM
prrk47002 prrk47002 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 275 prrk47002 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: Another Vote for Recurring Events Fix

Look here: http://codewalkers.com/forum/index.php?action=displaythread&forum=ltwcalendar&id=230&realm=default and see if that helps you out.

Reply With Quote
  #7  
Old March 31st, 2004, 12:53 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: Another Vote for Recurring Events Fix

Hi,

That does not help, because the Event Display still looks like:

Meeting at Cafe
at Geelong
Starts on March 25, 2004
Ends on March 25, 2005
All Day Event
Reoccurs weekly on Thursday

Thats a really long meeting!!! I also want to see the start
and end times displayed for the event.

There really needs to be another column added to indicate that
the recurring event ceases to recur after a certain date. If
the column is NULL, then the event recurs forever!

Reply With Quote
  #8  
Old March 31st, 2004, 01:10 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: Another Vote for Recurring Events Fix

Alright, I think I have misunderstood the use of the 'event_end' column. I think this is meant to be used as part of the recurring logic, is this correct?

If so, then there is no way to have an event that goes for longer than a day? Is this expected functionality?

Thanks
Jason

Reply With Quote
  #9  
Old March 31st, 2004, 10:31 AM
prrk47002 prrk47002 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 275 prrk47002 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: Another Vote for Recurring Events Fix

RECURRING EVENTS:
Event_end is the last possible date an event should show up on the calendar.

If an event is recurring, the only day the event shows up is on the matching day of the week, otherwise the event shows up every day.

It is working as designed, and there are no plans to have multipe day recurring events.

MISSING START/END TIMES:
From your post,

Meeting at Cafe
at Geelong
Starts on March 25, 2004
Ends on March 25, 2005
All Day Event << LOOK HERE
Reoccurs weekly on Thursday

You have the All Day event flag set. This is what is 'masking' the event start & stop times from displaying.



Reply With Quote
  #10  
Old March 31st, 2004, 10:52 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: Another Vote for Recurring Events Fix

Hi,

Yep I finally realised that, but my main concern is really the event display,
specifically the:

Ends on March 25, 2005

But I have hacked my copy of the code to make it a little clearer. I have
also decided to make it easier on my admin users, by having two menu options
for events. An 'Add Event' and an 'Add Recurring Event', so that I can
modify the order of the start end date/times and change some prompts, etc.

Thanks again for a useful product

Regards
Jason

Reply With Quote
  #11  
Old March 31st, 2004, 10:59 PM
prrk47002 prrk47002 is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 275 prrk47002 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: Another Vote for Recurring Events Fix

I'll look at cleaning this up in the next release...

Reply With Quote
Reply

Viewing: Codewalkers ForumsProjectsltwCalendar > Another Vote for Recurring Events Fix


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

Request Your Free Technology Downloads!
 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

Request Your Free Technology Downloads!
 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

Request Your Free Technology Downloads!
 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

Request Your Free Technology Downloads!
 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 3 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek