Howdy HN,<p>As a small side project, I built a small app to share weekly time schedules. It's been useful for me to help schedule meeting and share semester schedules with friends. I hope some others find some use with it.<p>I have a few more simple ideas to implement with it, and any suggestions are encouraged.<p>Thank you!
This is a great idea. I'd definitely use it... IF it had a key feature that I think it's missing. I envision myself using something like this to plan a meeting. So say I'm a boss and I want to see when my employees are free. Right now as the site stands, they all send me their "thesetimes" and then I have to look at each one and then figure out where the free time slots are. What it should be is that as a boss, I send one out to all the employees, they fill out their busy times, and then as the boss I can see all the total busy times of all my employees overlaid so I know when I can schedule the meeting. At least this is how I envision something like this being useful, not just simply sending one persons free/open times, but that is definitely a good use case also.<p>Some bugs:<p>- click and drag a time down, but while moving your cursor to the right of the actual day you clicked on, let go, then click and drag down again real quick. You made two times, but they are linked now for some reason. They also delete together.<p>- permalink is not working<p>- i can drag outside the borders<p>- some other real weird funky stuff going on with the dragging. probably have to clean up a buncha bugs in your jquery<p>Other nice to haves/things to consider:<p>- drag up<p>- a line that shows where your cursor is hovering over with the time tooltipped or something like that, it's all approximate right now<p>- i never liked the term permalink. i think just link works better. but this is just my personal opinion.<p>Good start though! Good luck.
Whoa, this is exactly an idea I had for Timeslot, the day planner app I posted on HN yesterday. Nice job, you beat me to it :)<p>It's a good idea, and this is a great start. Things that would make this invaluable:<p>- The ability to combine multiple schedules together to find free time overlaps (so that, for example, three people can find a good time to meet during the week)<p>- User accounts, so users can search for their friends by name and schedule meet ups<p>- Ability to extend before 6am and past 9pm at the click of a button
I was actually planning to build something like this for a different purpose. I am a freelancer and wanted to use it to tell other people "when I am online". The app would basically do the same, but convert the timezones properly to the users timezone. So, if anyone asks me when I am online I could just give them a link and they would be able to see the times localized to their timezones.
I'm sure you are working towards a competing product but just in case you aren't google apps calendar can share a schedule minus the details and as an admin (of apps) I can click on each employees calendar and overlay each calendar so I can quickly see an exact time.<p>- I agree with others though that being able to create a user account is a must (from there if I have a repeating schedule I could copy my times from last week for example).<p>- And for an admin being able to easily overlay all of the calendars is a must.<p>Lastly I read as a last resort, as I suspect of others, so I would give some visual indicator that you have to drag as I didn't immediately get it.
Lastly
Some tags/different colours would be cool. Also there's a bit of a mouse bug if you click on one column, drag, then reclick on another in the same sort of motion (you get two columns/days drawing at the same time).<p>Would be useful to have some borders or something too (I had no idea where to click or what I was dragging first go).<p>Nevertheless, conceptually it's sound.
Cool app, I like how you're doing one very simple thing in an easy to understand way.<p>I've found a bug: when I set a load of times on the calendar then click the "permalink" link it sometimes loses the last few times I set. I guess it takes a moment to sync and get a new permalink or something.
My feature request is to bind touch swipe events. I tried this from my ipad and it didn't work. I know jQuery mobile ships with a swipe event - <a href="http://jquerymobile.com/demos/1.0a4.1/#docs/api/events.html" rel="nofollow">http://jquerymobile.com/demos/1.0a4.1/#docs/api/events.html</a>
I would really enjoy:<p>* Syncing with google calendar<p>* being able to add tags, and/or labels.<p>* different colors.<p>However I do like the simplicity of it all.
Just a suggestion, you might want to register your new project with <a href="http://projectilo.com" rel="nofollow">http://projectilo.com</a> to get continued feedback from other developers