home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sun / apps / 1809 < prev    next >
Encoding:
Text File  |  1992-09-02  |  2.4 KB  |  79 lines

  1. Newsgroups: comp.sys.sun.apps
  2. Path: sparky!uunet!gatech!news.byu.edu!ux1!fcom.cc.utah.edu!uranus.ced.utah.edu!bryant
  3. From: bryant@ced.utah.edu (Bryant Eastham,MEB 3116,581-5353)
  4. Subject: calendar manager
  5. Message-ID: <1992Sep2.224329.22377@fcom.cc.utah.edu>
  6. Sender: news@fcom.cc.utah.edu
  7. Reply-To: bryant@ced.utah.edu
  8. Organization: Center for Engineering Design
  9. Date: Wed, 2 Sep 92 22:43:29 GMT
  10. Lines: 67
  11.  
  12.  
  13. Hello! My name is Bryant Eastham and I work at the
  14. University of Utah. I have been trying to interface
  15. with Sun's calendar manager program and not having
  16. much success. I am very surprised at the limited
  17. access that they give (cm_insert, cm_delete and
  18. cm_lookup). For this reason I set out to find a
  19. better interface. What I have may be of interest
  20. to people on the net.
  21.  
  22. I have decoded the communications between calendar
  23. manager and the daemon and have the XDR interface,
  24. as well as a (limited) set of routines for talking
  25. straight to the daemon. I have tested some of these
  26. already and am working on more. They work.
  27.  
  28. My reason for posting is two-fold:
  29.  
  30.    1) I wonder if others are interested in what
  31.       I have done. I am willing to freely distribute
  32.       the basic information - I obtained it using
  33.       tools available to anyone and without any
  34.       help from Sun. As far as I know there should
  35.       be no problem distributing it.
  36.  
  37.    2) I'm interested in command line options (and
  38.       programs) that people think would be usefull
  39.       for interfacing with calendar manager. For
  40.       example, my cm_lookup program would have
  41.       arguments like:
  42.  
  43.         -k -> Search for key match.
  44.         -r date date -> Date range search
  45.         -w string -> Search for string in description
  46.         -a -> find only appointments
  47.         -A -> find only uncompleted appointments
  48.  
  49.        etc., etc., etc.
  50.  
  51.       I am interested in what options people would
  52.       think usefull.
  53.  
  54. Please respond via E-mail. I hope to have enough
  55. program support to allow such things as:
  56.  
  57.    A program that moves appointments forward
  58.      if not completed and deletes them if
  59.      they are completed.
  60.  
  61.    A MUCH more generic search program.
  62.  
  63.    An insert program that allows you to insert
  64.      repeating events and change the other
  65.      options.
  66.  
  67.    Etc., etc., etc.
  68.  
  69. Thanks for your input,
  70.  
  71. Bryant Eastham
  72. System Administrator/Programmer
  73. Center for Engineering Design
  74. University of Utah
  75. Salt Lake City, UT  84102
  76. (801) 581-6499
  77. bryant@ced.utah.edu
  78.  
  79.