I'm not sure if I understood your question the way you meant it :-)

"represent" internally? It consists of some timestamp (appointed date and time) and some text.

How to present it to the user? That would include "where", which I addressed in my previous post - if it's for the following day, I'd simply put it at the end of the list, perhaps like
tomorrow (Fri, Jun 03, 2016): 10:30 am - doctor's office
That is, some heading or other kind of marker to make aware that "following are appointments", and then, one per line, time and textual info, similiar what you'd write in your pocket calendar.

However, my general problem with your list would be that there's too much vertical space :-) (by my taste)
I'd omit the lines between the items. Instead, I'd put one between the quote of the day and the list, and then perhaps one between the tasks and the appointment(s).


In reply to Re^5: vertical spacing with PDF::API2 by soonix
in thread vertical spacing with PDF::API2 by Aldebaran

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.