Full week calendar

Share your advanced PureBasic knowledge/code with the community.
jesperbrannmark
Enthusiast
Enthusiast
Posts: 536
Joined: Mon Feb 16, 2009 10:42 am
Location: sweden
Contact:

Full week calendar

Post by jesperbrannmark »

Hi all.
I developed a calendar a while back. This can handle multiple staff (people), one - three- or five day layout - drag and drop. I was first looking at using a already done calendar. There are a few:
Mig calendar http://migcalendar.com/ is a java one which looks nice but is java,
Jquery Week Calendar Plugin http://jquery-week-calendar.googlecode. ... _demo.html i started using but had to stop - we needed 50 people, 50 rooms, full week and SPEED. You dont get that from that but with purebasic we could have handled thousands of calendars.
There are also a few for Visual Studio... I rather avoid VS.

The one i made works for MacOS and Windows.
I have *NOT* cleaned up my code, I could have done thing much better, there are some bugs (especially in windows right now) - I just felt I had to get this off my shoulders for a while and better to send it out if someone could find use of it instead of forgetting about it.
http://clinicbuddy.se/calendar.zip
Full source, images and executables for Windows & MacOS.
Anyone want to do anything with it - go ahead.
WilliamL
Addict
Addict
Posts: 1252
Joined: Mon Aug 04, 2008 10:56 pm
Location: Seattle, USA

Re: Full week calendar

Post by WilliamL »

Very nice! I like the drag'n'drop. You had to use API on the Mac side for the events and it looks pretty complex. Shows that sprites can be used for something other than games!
MacBook Pro-M1 (2021), Sequoia 15.4, PB 6.20
Post Reply