Hi there,
Is there a "baked-in" URL request header for the TNEW Calendar page that I can call to link from another site for a given specific date?
For Example:
my.tnewsite.com/?day=1&month=1&year=2016
Thank you in advance
Yup! See the documentation:
http://www.tessituranetwork.com/tn_express_web_user_guide/TNEW.htm#Topics/Building_Links_to_Your_Site.htm
Thank you much for pointing this out!
Although, it is unfortunate that I cannot request a day for the default calendar. Guess I'll have to use the Auxweek view to link to a MM/DD/YYYY format.
Cheers
Ah, do you mean so you can load the month calendar with a specific day of events selected?
Technically, this could be possible by embedding some javascript on the page that looks for an extra day parameter in the URL, and then firing the appropriate event in TNEW's javascript to do the async request to get the day content. I just did some experimenting and discovered that it wasn't as simple as just firing .click(), so you might need TNEW's help with that.
Basically yes,
There is a "List" view and a graphical "Calendar" view on the default TNEW calendar page. Preloading a date in the "Calendar" view would be ideal in certain situations. However, we already have a graphical Calendar on our non-TNEW site, which allows a user to click on a date/day, and then takes them to our TNEW calendar page.
Ideally, I would then like this page to default to the list view (which it does), showing only the results from the date they selected from our non-TNEW site (which it does not).
I might be able to do some funky JS stuff on page load to accomplish this.