(ASS) Appunti & Spunti Sparsi
Icona RSS Icona home
  • Webcalendar -calendario on line con php+database

    Pubblicato il marzo 9th, 2007 bot Nessun commento

    WebCalendar è un’applicazione PHP-based
    un calendario che può essere configurato
    come calendario monoutente,
    calendario multiutente per i gruppi degli utenti,
    o come calendario di evento visibile dagli ospiti.
    MySQL, PostgreSQL, Oracle, DB2, l’assistente della MS e Interbase SQL, o ODBC è richiesto.

    Come calendario lo sto usando da più di un anno
    e mi trovo molto bene ,tra le varie funzioni
    quella che mi ha convinto a scieglierlo
    è il reminder degli eventi , ovvero manda una mail
    un certo tempo scelto, prima dell’evento

    Aggiungo il comando che ho aggiunto a cron per attivare il reminder:
    wget -q -O /dev/null http://indirzzo del sito/cartella webcalendar/tools/send_reminder.php

    Direttamente dal sito di webcalendar riporto alcune informazioni

    WebCalendar can be setup in a variety of ways, such as…

    • A schedule management system for a single person
    • more assistants to manage the calendar of another user
    • An events schedule that anyone can view, allowing visitors to submit new events
    • A calendar server that can be viewed with iCalendar-compliant calendar applications like Mozilla Sunbird, Apple iCal or GNOME Evolution or RSS-enabled applications like Firefox, Thunderbird, RSSOwl, FeedDemon, or BlogExpress.

    Overview of Features

    • XHTML/CSS compliance
    • Multi-user support
    • 30 supported languages: Basque, Bulgarian, Chinese-Big5, Chinese-GB2312, Czech, Danish, Dutch, English-US, Estonian, Finnish, French, Galician, German, Greek, Holo-Big5, Hungarian, Icelandic, Italian, Japanese, Korean, Norwegian, Polish, Portuguese_BR, Portuguese, Romanian, Russian, Spanish, Swedish, Turkish, Welsh
    • Auto-detect user’s language preference from browser settings
    • View calendars by day, week, month or year
    • View another user’s calendar
    • View one or more users’ calendar via layers on top of your own calendar
    • Add/Edit/Delete users
    • Add/Edit/Delete events
    • Repeating events including support for overriding or deleting (exceptions)
    • Configurable custom event fields
    • User-configurable preferences for colors, 12/24 time format, Sun/Mon Week start
    • Online help
    • Checks for scheduling conflicts
    • Email reminders for upcoming events
    • Email notifications for new/updated/deleted events
    • Export events to iCalendar, vCalendar or Palm
    • Import from iCalendar, vCalendar or Palm
    • Optional general access (no login required) to allow calendar to be viewed by people without a login (useful for event calendars)
    • Users can make their calendar available publicly to anyone with an iCalendar-compliant calendar program (such as Apple’s iCal, Mozilla Calendar or Sunbird)
    • Publishing of free/busy schedules (part of the iCalendar standard)
    • RSS support that puts a user’s calendar into RSS (WebCalendar 1.1+)
    • Subscribe to “remote” calendars (hosted elsewhere on the net) in either iCalendar or hCalendar formats (WebCalendar 1.1+)
    • ser authentication: Web-based, HTTP, LDAP or NIS

    See Also

    Lascia un commento

    *