I want people to only see their own events - other events would appear as occupied( perhaps a blue bar through the time).
I have a userid field inmy sql events table .
Any thoughts?
Thanks,Peter
Following up on my previous post, when I override the "beforeeventrender"
How do I change the "text" of the event (to hide it from the non-owner)
Also, can i use a tag to access a field from the sql event table?
OK - I think i figured it out. I can use the tag to get the name of the owner. if different than current owner, then use e.innerhtml to show 'in use' message.