app - appointment to calender ?

beq

New member
Joined
May 19, 2010
Messages
3
Programming Experience
3-5
hi everyone
my boss ask me to do program that organize the work of him with his secratary ..
he want shared calender bw them .." the secratary adds the appointment to calender and the boss see that from his interface.."

also he want the secratary upload some paper ..and he can refer to them any time :)

all these want it in internal nw .

can i do that in vb.net ... ? and how ?any advice? :eek:

thanks allllllllllllllllllot in advance
 
So he wants something like Outlook minus the email part?

What email system does the company currently use anyways?
 
yes they use outlook ..but without exchange server .. so they cant share the content of calender and etc . this is what im understanding from the secratary .

and if i tell them to use the exchange server .. is that easy way ??..anyone can install it and work with easly ?

---
my question
is there any code for make calender and share the content easly in vb.net ?
and can i upload file easly and save it in database so i can appear it in my boss interface ?

i dont want to start programming in vb.net .. and then face many proplem:(
im new employer .. and there is not person can advise me to correct road :)

thanks alllllllot JuggaloBrotha
 
Exchange will come with a hefty price tag... I'm not sure on conversion rates but I think it's around $900 for the actual software and then you'll need a CAL (Client Access License) for each user, although the software does come with 5 included.

Then of course you'll need a server, and Exchange 2007 only runs on 64bit and it'll need 8 Gb memory for <100 mailboxes.

That said, Exchange will offer a lot of functionality.


Instead of Exchange there is MDaemon. We use this in one of our remote offices that is <10 people as it works out cheaper than Exchange.
When you configure this correctly, you can then share calendars and contacts etc.


Remember, Outlook is just a front to an email server system. As long as that system allows for sharing of information then Outlook will be able to.

i dont want to start programming in vb.net .. and then face many proplem
Welcome to a programmer's world in small businesses!!
You programme it to do one thing, then the users will want something else...then something else... then something else ;)
 
Back
Top