djxone
Newbie
Posts: 1
Registered: 5/14/2008
Member Is Offline
|
| posted on 5/14/2008 at 10:06 AM |
|
|
User based calendar
Hello! Is it possible to create client/town based calendar like client 1 have own calendar and client 2 have own too.
|
|
|
ScotDiddle
Member
Posts: 21
Registered: 11/28/2007
Location: Richmond, VA
Member Is Offline
|
| posted on 5/22/2008 at 02:14 PM |
|
|
djxone,
What you request is a matter of programming, either client-side ( javascript, for example ), or server-side ( PHP, for example )... You can have as
many calendars per page as you want, as long as they each have a unique name. How, and when / if you display a specific calendar would be up to you
and the program you write, or have written for you.
My Tigra Calendar displays one calendar by default, 1 - 9, depending on the user's select options, and then 2 - 18 if the user indicates to my JS
program that they want to choose a date range for their selected topic.
My JS hides / shows <DIV> 's containing predefined calendars, based on the user selections from a drop-down menu... You could do the same type
of thing based on User ID or Town ID ( Or both, or more...)
Hope this helps.
Scot L. Diddle, Richmond VA
|
|
|
|