Click here to Skip to main content
15,886,611 members
Articles / Multimedia / GDI+

A Professional Calendar/Agenda View That You Will Use

Rate me:
Please Sign up or sign in to vote.
4.92/5 (350 votes)
27 Aug 2009LGPL35 min read 3M   117K   683  
An Outlook style calendar view with appointments and all-day events, and multiple day view support.
<?xml version="1.0"?>
<ArrayOfItemInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ItemInfo>
    <StartTime>2009-06-16T00:00:00</StartTime>
    <EndTime>2009-06-16T23:59:59</EndTime>
    <Text>Calendar Project Started</Text>
    <A>255</A>
    <R>255</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-02T00:00:00</StartTime>
    <EndTime>2009-08-02T23:59:59</EndTime>
    <Text>First Release</Text>
    <A>255</A>
    <R>255</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-03T08:00:00</StartTime>
    <EndTime>2009-08-03T10:00:00</EndTime>
    <Text>Some appointment</Text>
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-03T10:00:00</StartTime>
    <EndTime>2009-08-03T10:30:00</EndTime>
    <Text>Meeting with John</Text>
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-05T00:00:00</StartTime>
    <EndTime>2009-08-06T23:59:59</EndTime>
    <Text>Lazy days</Text>
    <A>255</A>
    <R>255</R>
    <G>215</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-17T06:00:00</StartTime>
    <EndTime>2009-08-17T09:00:00</EndTime>
    <Text>Hellouuuu</Text>
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-17T09:00:00</StartTime>
    <EndTime>2009-08-17T09:30:00</EndTime>
    <Text />
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-18T06:30:00</StartTime>
    <EndTime>2009-08-18T09:30:00</EndTime>
    <Text />
    <A>255</A>
    <R>0</R>
    <G>128</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-16T06:00:00</StartTime>
    <EndTime>2009-08-16T08:00:00</EndTime>
    <Text />
    <A>255</A>
    <R>255</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-18T06:30:00</StartTime>
    <EndTime>2009-08-18T07:00:00</EndTime>
    <Text />
    <A>255</A>
    <R>0</R>
    <G>0</G>
    <B>139</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-19T06:00:00</StartTime>
    <EndTime>2009-08-19T06:30:00</EndTime>
    <Text />
    <A>255</A>
    <R>0</R>
    <G>0</G>
    <B>255</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-19T09:30:00</StartTime>
    <EndTime>2009-08-19T11:30:00</EndTime>
    <Text />
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-18T06:30:00</StartTime>
    <EndTime>2009-08-18T09:00:00</EndTime>
    <Text />
    <A>255</A>
    <R>255</R>
    <G>215</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-19T04:30:00</StartTime>
    <EndTime>2009-08-19T08:00:00</EndTime>
    <Text />
    <A>255</A>
    <R>0</R>
    <G>255</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-17T09:30:00</StartTime>
    <EndTime>2009-08-17T10:00:00</EndTime>
    <Text />
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-17T09:00:00</StartTime>
    <EndTime>2009-08-17T10:00:00</EndTime>
    <Text />
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-18T09:00:00</StartTime>
    <EndTime>2009-08-18T10:00:00</EndTime>
    <Text />
    <A>255</A>
    <R>255</R>
    <G>128</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-19T05:00:00</StartTime>
    <EndTime>2009-08-19T06:00:00</EndTime>
    <Text />
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-09-07T09:30:00</StartTime>
    <EndTime>2009-09-07T09:45:00</EndTime>
    <Text>15 minutes of relax</Text>
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-04T00:00:00</StartTime>
    <EndTime>2009-08-04T23:59:59</EndTime>
    <Text>Second Release!</Text>
    <A>255</A>
    <R>255</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-04T08:00:00</StartTime>
    <EndTime>2009-08-04T08:30:00</EndTime>
    <Text>License Changed to LGPL</Text>
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-04T08:30:00</StartTime>
    <EndTime>2009-08-04T09:00:00</EndTime>
    <Text>Added FirstDayOfWeek Property to Calendar</Text>
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-04T09:00:00</StartTime>
    <EndTime>2009-08-04T09:30:00</EndTime>
    <Text>Added Tag Property to CalendarItem</Text>
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-14T00:00:00</StartTime>
    <EndTime>2009-08-14T23:59:59</EndTime>
    <Text>Third Release!</Text>
    <A>255</A>
    <R>255</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-14T09:30:00</StartTime>
    <EndTime>2009-08-14T09:35:00</EndTime>
    <Text>Five minutes of relax</Text>
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-22T03:00:00</StartTime>
    <EndTime>2009-08-22T03:30:00</EndTime>
    <Text>n</Text>
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-28T09:15:00</StartTime>
    <EndTime>2009-08-28T09:20:00</EndTime>
    <Text>Five minutes</Text>
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-28T13:00:00</StartTime>
    <EndTime>2009-08-28T13:30:00</EndTime>
    <Text>Image</Text>
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
  <ItemInfo>
    <StartTime>2009-08-28T10:30:00</StartTime>
    <EndTime>2009-08-28T12:00:00</EndTime>
    <Text>Pattern</Text>
    <A>0</A>
    <R>0</R>
    <G>0</G>
    <B>0</B>
  </ItemInfo>
</ArrayOfItemInfo>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)


Written By
Product Manager
United States United States
- I've been programming Windows and Web apps since 1997.
- My greatest concern nowadays is product, user interface, and usability.
- TypeScript / React expert

@geeksplainer

Comments and Discussions