Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Designing a Schedule Synchronizer

by Albannach (Monsignor)
on Nov 25, 2005 at 22:03 UTC ( [id://511758]=note: print w/replies, xml ) Need Help??


in reply to Designing a Schedule Synchronizer

Forget code for now, you need a design, and for that you need data structures that support the desired functions. Think about these questions, get some paper and start drawing:
  • How do you store each user's calendar? What data items are needed?
  • What actions must be taken on a calendar to add or remove an appointment?
  • How will you whether appointments on different users' calendars represent the same meeting or not?
Once you figure out that, the rest is just code to implement data changes (add to, delete from, check calendars), or carry out actions when data has been changed (like sending e-mails).

--
I'd like to be able to assign to an luser

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://511758]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-23 22:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found