473,407 Members | 2,315 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Event Calendar Application ?


Hi,

I'm looking for a event calendar application. I've found a few but they all
seem to be pretty basic.

I need one that incorporates some kind of filtering so that if person1 logs
on they'll only see stuff relevant to them, however I also need it set-up so
that if manager1 logs on he'll be able to see everybody's information.

Does anything like this exist ?

TIA.

Andy.
Nov 18 '05 #1
5 1342
"Andy" <an******@hotmail.com> wrote in message
news:uc**************@TK2MSFTNGP09.phx.gbl...

Andy,

I'm looking for a event calendar application. I've found a few but they all seem to be pretty basic.

I need one that incorporates some kind of filtering so that if person1 logs on they'll only see stuff relevant to them, however I also need it set-up so that if manager1 logs on he'll be able to see everybody's information.

Does anything like this exist ?


Similarly, I couldn't find anything which matched exactly what I wanted, so
I ended up writing my own with the <asp:Calendar> control interfacing with a
SQL Server database. It was, actually, surprisingly easy once I got going...
:-)
Nov 18 '05 #2

Mark,

I'd love to create my own however I'm fairly new to asp.net and I think I
would be biting off more than I could chew if I tried.

Andy.
"Mark Rae" <ma**@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:Oz*************@TK2MSFTNGP12.phx.gbl...
"Andy" <an******@hotmail.com> wrote in message
news:uc**************@TK2MSFTNGP09.phx.gbl...

Andy,

I'm looking for a event calendar application. I've found a few but they all
seem to be pretty basic.

I need one that incorporates some kind of filtering so that if person1

logs
on they'll only see stuff relevant to them, however I also need it

set-up so
that if manager1 logs on he'll be able to see everybody's information.

Does anything like this exist ?
Similarly, I couldn't find anything which matched exactly what I wanted,

so I ended up writing my own with the <asp:Calendar> control interfacing with a SQL Server database. It was, actually, surprisingly easy once I got going... :-)

Nov 18 '05 #3
"Andy" <an******@hotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

Andy,
I'd love to create my own however I'm fairly new to asp.net and I think I
would be biting off more than I could chew if I tried.


It might be a good way to gain a bit more experience in ASP.NET - there are
loads of examples on the Internet (which is where I pinched a fair bit of
the code I used!) to get you started. How will you store the events
themselves? I'm lucky in that my hosting company (www.hostinguk.net) offers
Win2k3 + .NETv1.1 + SQL2k.

Mark
Nov 18 '05 #4


I do have the option of SQL but the rest of site is done with Access.

When I think about it and break it down it does'nt look that daunting, I
suspect the only bit I'd have real trouble with is the filtering part.

"Mark Rae" <ma**@mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:%2***************@TK2MSFTNGP09.phx.gbl...
"Andy" <an******@hotmail.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...

Andy,
I'd love to create my own however I'm fairly new to asp.net and I think I would be biting off more than I could chew if I tried.
It might be a good way to gain a bit more experience in ASP.NET - there

are loads of examples on the Internet (which is where I pinched a fair bit of
the code I used!) to get you started. How will you store the events
themselves? I'm lucky in that my hosting company (www.hostinguk.net) offers Win2k3 + .NETv1.1 + SQL2k.

Mark

Nov 18 '05 #5
Hi Andy,

I'm assuming you looked through the calendars here? There seem to be some
fairly good ones:

http://www.asp.net/ControlGallery/de...=43&tabindex=2

"Andy" <an******@hotmail.com> wrote in message
news:uc**************@TK2MSFTNGP09.phx.gbl...

Hi,

I'm looking for a event calendar application. I've found a few but they
all
seem to be pretty basic.

I need one that incorporates some kind of filtering so that if person1
logs
on they'll only see stuff relevant to them, however I also need it set-up
so
that if manager1 logs on he'll be able to see everybody's information.

Does anything like this exist ?

TIA.

Andy.


Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: jv | last post by:
Hello, I have a Service Cancellation form that contain a CancelDate text box. The text box has an AfterUpdate event that perform a few calculations. This works fine. However, next to the text...
3
by: David | last post by:
Hi I use a calendar to update a field and the after update event no longer works, if i manually update it there is not a problem. How can I get this event to trigger Thanks in advance Dave
0
by: sangmin.park | last post by:
Hello. I made a page using .net calendar. At first, I build this page with 3 frames. "top", "menu", "main" "menu" frame has page links and .net calendar. Now, the page was revised to use...
6
by: caine | last post by:
I have a clickable calendar, which user can select the day that they want to view the news linking to. My calendar has the clickable event day, but once the user click it, the day selected could...
6
by: Murray Hopkins | last post by:
Hi. THE QUESTION: How do I get a reference to my Object when processing an event handler bound to an html element ? CONTEXT: Sorry if it is a bit long. I am developing a JS calendar tool....
2
by: John Kotuby | last post by:
Hi guys, I am converting a rather complicated database driven Web application from classic ASP to ASP.NET 2.0 using VB 2005 as the programming language. The original ASP application works quite...
2
by: mbosco51 | last post by:
Hi, I am extremely new to .net, I am actually working on my first application so I apologize if there is an obvious answer.... Is there a got focus event that fires when a user clicks on a textbox?...
6
by: hal | last post by:
Hello All, I got this code somewhere, so i'm not even sure if this is the best way to do this. Basically what i want is to display events in an asp.net calendar control which i'm able to do,...
3
by: aashishn86 | last post by:
var weekend = ; var weekendColor = "#e0e0e0"; var fontface = "Verdana"; var fontsize = 1; var gNow = new Date(); var ggWinCal; isNav = (navigator.appName.indexOf("Netscape") != -1) ? true :...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.