Loading...
 
Skip to main content

History: Calendar User

Source of version: 33 (current)

Copy to clipboard
            !Using Calendars

The ''calendar'' is a feature-rich resource to help track site modifications as well as organize, and collaborate with individuals & groups around the world using the user-friendly architecture of Tiki. Tiki's ((Calendar)) feature makes use of practically all of the features you might find in other web calendars, while also fully integrating the other features of TikiWiki such as categories, wikis, blogs, galleries, and many others!

Depending on how the Tiki administrator has configured the Tiki site you're using, you may be able to do some or all of the following:
* View a list of all available calendars on your Tiki site
* View a calendar
* Create a calendar
* Add a new event to a calendar
* Edit or delete a calendar event
* Print a calendar

{img src="display989" link="display989" width="400" rel="box[g]" imalign="center" desc="Click to expand" align="center" styleimage="border"}

The following sections explain how to perform these actions.


!!Navigating the Calendar
!!! The navigation bar
* Viewing _______ date
* Today's date (jump to today in calendar)
* Zoom Level/Views

^
::{img src="img/wiki_up/calendar_navigation_01.png" }::
::Calendar Navigation Bar::
^

!!! The Mini-Navigation Calendar
* ?
* x / clicking anywhere outside the mini-nav calendar
* << | >>
* < | >
* Today
* Week #
* Selecting the date you wish to view

If you click on the focus date, and ((Js Calendar)) is enabled, then a pop up graphical navigator will show up. See ((Js Calendar)) for more details.

!! Special Features
!!! The Calendars Panel

^
{img src=img/wiki_up//CalendarUser03.png align=center}
::Calendars Panel::
^

!!! The Events Panel (brief note)

^
{img src=img/wiki_up//CalendarUser04.png align=center}
::Events Panel::
^

!!! The Hide tab
!! Zoom Levels/Views
!!! Day
* Time
* Events
** Assigned tool calendar(s)
** Exact time
** Linked page name (if applicable)
** Who made the modification

^
{img src=img/wiki_up//CalendarUser05.png align=center}
::Day View::
^

!!! Week
* Date format
* Week #
* Days of the week
* Events
** Basic Information
*** Meaning/Definition
*** Assigned tool calendar(s)
*** Linked page name (if applicable)

^
{img src=img/wiki_up//CalendarUser06.png align=center}
::Week View - Basic Information::
^

** Detail Information
*** Meaning/Definition
*** Exact time
*** Assigned tool calendar(s)
*** Event description
*** Who made the modification

^
{img src=img/wiki_up//CalendarUser07.png align=center}
::Week View - Detailed Information::
^

!!! Month
* Date format
* Week #
* Days of the week

^
{img src=img/wiki_up//CalendarUser10.png align=center}
::Month View::
^

!! Advanced usage
Example of advanced usage in a wiki page through the plugin module and several modules inside:

{img src="tiki-download_file.php?fileId=138" alt="tiki3_calendar_3x1.png (27.04 Kb)" class=reflect align=center}

Which could be produced with something similar to:

{CODE()}
{SPLIT()}{MODULE(module=calendar_new, viewmode=month, notitle=y) /} 
--- 
{MODULE(module=calendar_new, viewmode=month, month_delta=+1, notitle=y) /}
---
{MODULE(module=calendar_new, viewmode=month, month_delta=+2, notitle=y) /}
{SPLIT}
{MODULE(module=upcoming_events, viewmode=month, notitle=y) /}
{CODE}


-=Related pages=-
* ((Calendar))
* ((Calendar Admin))
* ((Calendar Details))
* ((Js Calendar))
* ((Module calendar_new))