Building daily/weekly/monthly calendar control
Patrick J. Anderson
pat.j.anderson at gmail.com
Fri Oct 19 13:06:29 PDT 2007
On Fri, 19 Oct 2007 11:18:10 -0700, Robin Dunn wrote:
> Patrick J. Anderson wrote:
>> I'd like to build some calendar controls for my planner app.
>>
>> The purpose of these calendars is similar to the ones found in MS
>> Outlook, Evolution or Chandler in that a user should be able to drag
>> and drop items into a cell to create appointments of specified types
>> (using popup menu on drop).
>>
>> Has anyone done it before using wxPython or could offer me some clues
>> on how to go about building them?
>
> Chandler is using wxPython.
>
> http://viewcvs.osafoundation.org/chandler/trunk/chandler/parcels/osaf/
framework/blocks/calendar/
Thanks, Robin! I was looking at the Chandler source before, but at the
time I wasn't thinking of calendar. Obviously it does a lot more than
what I need and it's quite a big package. I'll pour over the code again
and see if I can use the ideas.
More information about the wxpython-users
mailing list