Loading...
 
Skip to main content

Features / Usability


Linking to calendar from external website

posts: 80 United States

Is it possible to access the calendar from an external website? If so, what would the relative URL be, and can it be set up so that the calendar appears rather than the default homepage?

Thanx for any help.

posts: 3665 United States

> Is it possible to access the calendar from an external website? If so, what would the relative URL be, and can it be set up so that the calendar appears rather than the default homepage?
>
> Thanx for any help.

I'm not sure I understand. You can access your Tiki calendar with the following URL:

..tiki-calendar.php?viewmode=MODE&mon=MM&day=DD&year=YYYY

Where:

  • MODE = month, year, quarter, etc.
  • MM = Month
  • DD = Day
  • YYYY = Year.


For example, this will access my Tiki's calendar, showing the full month for March, 2007:

http://www.keycontent.org/tiki-calendar.php?viewmode=month&mon=3&day=01&year=2007

HTH,

-Rick


posts: 113 Ireland

You can set any page as the home page for tw. Admin -> General and define Use URI as Home Page. If you set it to tiki-calendar.php then that will be the page that the web server redirects you to. For instance, if your web server is http://localhost/mytiki it will redirect to http://localhost/mytiki/tiki-calendar.php

You can use http://localhost/mytiki as the link for any external site. You will then hit the calendar page as Anonymous.

gary

posts: 80 United States

Thanks to all for the advice. I will play around with these ideas for a bit and if I still have problems, I'll write again.

Jack


> You can set any page as the home page for tw. Admin -> General and define Use URI as Home Page. If you set it to tiki-calendar.php then that will be the page that the web server redirects you to. For instance, if your web server is http://localhost/mytiki it will redirect to http://localhost/mytiki/tiki-calendar.php
>
> You can use http://localhost/mytiki as the link for any external site. You will then hit the calendar page as Anonymous.
>
> gary
>