Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Graham Stoker
Graham Stoker
2,566 Points

Calendar application

I am trying to create a calendar application using html, java script and php, the idea is to have a calendar month by month and the events to flow over the day boxes. a good example is Ical on iCloud. i want users to be able to add to the calendar for only them, them and their friends or all.

my question is, has anyone found a good how too guide on calandars so i can get a good idea of how to have an event say for 2 weeks span accross from say middle of the week to middle of the week over 3 rows not 21 columns, an automatic drop down a line and continue and each row still containing the event name.

2 Answers

Graham Stoker
Graham Stoker
2,566 Points

Iv had a quick look and that is exactly what I'm after, thanks for the great response

Justin Estrada
Justin Estrada
34,995 Points

I have a bootstrap calendar I made here: http://justinestrada.com/bootstrap-calendar-2 Was just about to add events to it today. Made it for the company I work at. Follow the file paths and that should give you all the code you need.