Building Calendars/Schedules in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Basically, I need to build a schedule for employees. It should show a monthly/weekly view at first, with just employees names (who is working that day) visible on the given dates.
Then, we'd like to be able to drill down on individual dates and see what hours each person is scheduled for that day.

This seems, complicated, so I'd rather not build it from scratch - especially if templates for something like this are available.

Our solution would be replacing an entirely paper based solution, so I am looking for any recommendations that you folks can give.

Build it, buy it or frankenstein it, I'm not particular, as long as it would meet the afformentioned requirements.
 
N.C.
The following article may be a good starting point if you decide to build:
http://windowsforms.net/articles/writingntierapps.aspx

I like the Janus System's GridEx & other controls for their "look and feel"
of Outlook.

http://www.janusys.com/janus/library/

Hope this helps
Jay

N.C. said:
Basically, I need to build a schedule for employees. It should show a
monthly/weekly view at first, with just employees names (who is working that
day) visible on the given dates.
Then, we'd like to be able to drill down on individual dates and see what
hours each person is scheduled for that day.
This seems, complicated, so I'd rather not build it from scratch -
especially if templates for something like this are available.
Our solution would be replacing an entirely paper based solution, so I am
looking for any recommendations that you folks can give.
Build it, buy it or frankenstein it, I'm not particular, as long as it
would meet the afformentioned requirements.
 
Back
Top