Search Results for "php event calendar script"

Showing 72 open source projects for "php event calendar script"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1
    Event Tickets

    Event Tickets

    Event Tickets allows your visitors to RSVP and buy tickets to events

    Welcome to the Event Tickets repository on GitHub. Here you can browse the source code and keep track of development. Event Tickets provides a simple way for visitors to RSVP or purchase tickets to your events. As a standalone plugin, it enables you to add RSVPs or tickets to posts or pages. When paired with The Events Calendar, you can add that same functionality directly to your event listings. Event Tickets puts dozens of features at your fingertips to make ticketing and registration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Add to Calendar Button

    Add to Calendar Button

    The convenient JavaScript snippet to create buttons

    ... enables users to easily add a specific event to their calendars. It's main goal is to keep this process as easy as possible at maximum compatibility. Simply define your button configuration and everything else is automatically generated by the script. Supporting calendars at Apple, Google, Microsoft (365, Outlook, Teams), Yahoo, and generic iCal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Manage events on a Google Calendar

    Manage events on a Google Calendar

    Manage events on a Google Calendar

    ... on in this guide. Select "JSON" as the key type and click "Create" to download the JSON file. You will get a warning that the service account does not have a role, you can safely ignore this and create the service account without assigning a role. Head over to Google Calendar and view the settings of the calendar you want to work with via PHP. On the "Share with specific people" tab press the "Add people" button and add the service account id that was displayed when creating credentials on the API site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FullCalendar

    FullCalendar

    Full-sized drag & drop event calendar

    FullCalendar generates real React virtual DOM nodes so you can leverage Fiber, React's highly optimized rendering engine. With over 300 settings, and more being added every release, FullCalendar can do just about anything. Reduce your project's bundle size by using FullCalendar's modular plugins. With over 10 years of open source and over 100 contributors, FullCalendar will always have a free and open source core. Level-up by purchasing premium plugins and support. FullCalendar seamlessly...
    Downloads: 35 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 5
    iCalendar Generator

    iCalendar Generator

    Generate calendars in the iCalendar format

    Want to create online calendars so that you can display them on an iPhone's calendar app or in Google Calendar? This can be done by generating calendars in the iCalendar format (RFC 5545), a textual format that can be loaded by different applications. The format of such calendars is defined in RFC 5545, which is not a pleasant reading experience. This package implements RFC 5545 and some extensions from RFC 7986 to provide you an easy-to-use API for creating calendars. It's not our intention...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    WebCalendar
    Project has moved to github: https://github.com/craigk5n/webcalendar WebCalendar is a PHP application used to maintain a calendar for a single user or an intranet group of users. It can also be configured as an event calendar.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 7
    flom

    flom

    Free Lock Manager

    ... and transactional sequence. libflom, the library shipped with FLoM, allows you to develop your own application using a simple C, C++, Java, Perl, PHP or Python client API. SSL/TLS security for network communication, X.509 certificates for peer to peer mutual authentication.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Oscailt CMS
    Oscailt is an open publishing content management system written using PHP with a MySQL database. It is primarily intended for member sites of the Indymedia network, but can be used for any site with an open publishing model and it includes some template sites of simple publishing sites that can be imported at install time. These templates are ideal for anyone wishing to setup their own grassroots based news site. The latest version is 4.3 and this is the recommended version to use. It works...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This script uses a javascript table called simpledatatables. window.addEventListener('DOMContentLoaded', event => { // Simple-DataTables // https://github.com/fiduswriter/Simple-DataTables/wiki const datatablesSimple = document.getElementById('datatablesSimple'); if (datatablesSimple) { new simpleDatatables.DataTable(datatablesSimple); } }); Example usage for creating a dynamic table with delete and edit hyperlinks. Please note, that the data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • 10
    LuxCal Web Based Event Calendar

    LuxCal Web Based Event Calendar

    LuxCal Web based Event Calendar

    LuxCal is an innovative web based event calendar for home use and small businesses. Easy management of your calendar events from any internet PC at home, in the office or wherever you go. LuxCal has been designed for user-friendliness and will help you to make error-free data inputs. Supported views: Year, month, week, day, upcoming events and changes. Flexible date/time formats and user interface. Import/export of iCal files. RSS feeds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Event Tickets for SilverStripe

    Event Tickets for SilverStripe

    Event tickets for SilverStripe and Event Calendar

    Add a ticket office to your silverstripe site. Payments are handled trough the SilverStripe Omnipay module. Add the necessary extensions to the DataObject you want to sell tickets on. This can be an Event, for example with an events module. Or you can add the tickets to a special tickets Page, when, for example, you are selling tickets for a festival where one ticket grants access to multiple events. On the extended Object you need to expose a couple of methods that we use to add data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A web based event calendar that does not require a database server. It is made to be easy to install and to be able to run on just about any typical ISP's server with PHP installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RrpWebCalendar

    RrpWebCalendar

    Decentralised PHP based event calendar

    The event calendar synchronizes its data with other instances of event calendars. In this way no central data base is required to provide up-to-date event dates for a specific community. Update processes between the different calendar instances establish a mesh network that robustly provides and distributes event data without centralized data base instance or service. Details about the original idea, its motivation and development can be found also under http://roundrobin.ecite.org (RRP stands...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Designed by the IT Department at Christ Our King Stella Maris School, this project aims to easily coordinate participants for events. Create events, timeslots with quotas, and allow participants to register themselves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    googalert is a simple script Bash to create event in Google Calendars. It's posible to choose calendar and how the new event could be notified.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This perl script generates a calender in month overview. It can output PostScript documents or PNG images. Events from an ical file are optionally imported and printed. Events can be colored by categories or event name. Multiple day events are drawn in a continous box.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Church | Community install profile
    A Drupal install profile & tools to create the base of a church and/or community web site including articles, event calendar, teaching series, news feeds, and news letter subscriptions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    STANTOR

    Scada for Home Automation

    ..., switches, position sensors is provided by Stantor permanently in real time. Through the use of management system MySQL database, Stantor offers automation features customizable tasks. In particular it allows cyclical, calendar and planned tasks, but it can alert when an outbreak event (mail,sms,..).It also has the ability to launch computer program for specific uses.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Wave Framework

    Wave Framework

    Open Source API-centric PHP Micro-framework

    Wave is a PHP micro-framework that is built loosely following model-view-control architecture and factory method design pattern. It is made for web services, websites and info-systems and is built to support a native API architecture, caching, user control and smart resource management. Wave is a compact framework that does not include bloated libraries and features and is developed keeping lightweight speed and optimizations in mind. While not necessary for using Wave Framework, it comes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    WordPress event calendar plugin

    WordPress event calendar plugin

    WordPress event calendar plugin

    WordPress calendar plugin is an great tool for event managing . Our plugin is very popular . You can see on WordPress calendar on WordPress plugin directory . This plugin have a lot of functionality and a lot of parameters to set such as font color , font size , calendar with and height on widget ... Download and manage your events quickly and without any problem .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Calanda08

    Calanda 0.8 beta. Update to Calanda 0.7

    Calanda 0.8 is a PHP based event calendar that uses MySQL database. Now has ability to edit, copy, and delete events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A php script to bidirectionally synchronize Kronolith calendar application of the Horde framework with Google Calendar. Requires: - Horde (get at ftp://ftp.horde.org/pub/horde) - HTTP_Request (install using PEAR) - Google Calendar API v3 PHP library (get at http://code.google.com/p/google-api-php-client/) Create file access_ids.php in root directory for acces data. Run setup_gcal.php to set up Google Calendar API access. Script sync.php should be run as a cron job.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Nagex

    Nagios external infrastructure host/service status display

    Nagex is a Nagios intranet dashboard project driven by event handlers which feeds data to a MySQL database. The PHP script pulls the data for your internal/external company users to view infrastructure status information without giving them access to the CGI interface. This project can be easily integrated inside of your existing intranet using a PHP include or iframe for a custom look and feel since it does not have navigation or links. It utilizes the $HOSTALIAS$ so users do not see internal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    mzz19ticker

    a mysql php text ticker script

    a mysql php text ticker script. when created this script was made with these four purposes in mind, but the future roadmap hopes to choose one of these four to make the project more focused: metropolitan food critic's blog, dollar vs. yuan stock ticker, boston marathon tweet capture form, college campus events calendar. that is to say, this text ticker was designed so that it can be used for any of these four purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    wdCalendar is a javascript event calendar, which is like google calendar , MS Outlook or iCal on Mac OS X. Easy to view, add, and drag-and-drop events. daily, weekly, monthly view supported. easy to integrate with php, asp.net, jsp and RoR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next