Guest User

Untitled

a guest
Nov 18th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Write a component that allow you to schedule calendar events (similar to google calendar or outlook).
  2.  
  3. Here are some features that you may want to implement:
  4.  
  5. ability to schedule something "today"
  6.  
  7. ability to schedule something for as specific date eg: 12/15/2012
  8.  
  9. ability to schedule something for "next tuesday"
  10.  
  11. ability to schedule something for "the first of the month"
  12.  
  13. ability to schedule something "every other monday starting next monday"
  14.  
  15. your component should provide ways to ask if there are any events for a specific date, for example: if I schedule an event "the first of the month", I should be able to ask if there is an event occurrence on 12/1/2055.
  16.  
  17. the sky's the limit
  18.  
  19. your implementation doesn't need to take in strings for event information, use whatever structures make sense for your component.
Add Comment
Please, Sign In to add comment