Categories > Your tips & tricks >

TBS Calendar prototype

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: TomH
Date: 2008-01-07
Time: 17:51

TBS Calendar prototype

I've posted my "TBS calendar" application for those who might want to see a solution for an MySQL based calendar of events. Look at...
http://tomhenry.us/tbs3/

I'll post the php/tpl files as soon as I get them cleaned up.

Until then you can see the early version of the code posted in the regular 'Programing with TBS" forum at
http://www.tinybutstrong.com/forum.php?msg_id=8559

Hope that helps - if you make improvements please post here.

Cheers,
TomH
By: Skrol29
Date: 2008-01-07
Time: 21:45

Re: TBS Calendar prototype

Hi TomH,

First bug reporting :)
If a choose January 2009 and [go] I have :
Warning: Invalid argument supplied for foreach() in /home/bizman/public_html/tbs3/calendar_tbs/index.php on line 77
By: TomH
Date: 2008-01-08
Time: 01:07

Re: TBS Calendar prototype

Sorry Skrol29,

The version on my TBS-3 examples page does not have that part of the code working because the DB being used is example data only.

I am going to add that feature back and add the backend add/edit/delete functions for the next version.
By: TomH
Date: 2008-01-10
Time: 00:14

Re: TBS Calendar v.2.2

Latest Version 2.2
is posted at http://tomhenry.us/tbs3/
By: TomH
Date: 2008-01-10
Time: 22:33

TBS Calendar v.2.3 w/ admin

Released v.2.3
Change log...
v 2.3 10Jan08        Dedicated db admin forms - source provided
                            English "Euro" style week begins with Monday
v 2.2  9Jan08        Partial internationalization (French only so far)
By: tonier
Date: 2009-08-31
Time: 05:23

Re: TBS Calendar v.2.3 w/ admin

Great Code ...

Some of requirements required me to show events that able to repeating weekly,monthly, yearly. Your code give me the ideas about how to code it with TBS easily...

Thanks for sharing ...