neoAddToCalendar
Add an event to a calendar service.
This plugin will allow us to include an "Add to calendar" button on our apps with a simple command.
It will add the event into one of the more popular calendar services: Apple, Google, Oulook, Office 365, Teams, Yahoo or iCal file.
neoAddToCalendar plugin sample app:
https://visualneo.com/tutorials/neoaddtocalendar
Based on:
https://github.com/jekuer/add-to-calendar-button
Version: 1.0
Description
The neoAddToCalendar plugin for VisualNEO Web provides a convenient way to add calendar events to popular calendar services, enabling users to integrate event scheduling functionality directly within web applications. This plugin supports services like Apple, Google, Outlook, Office 365, Teams, Yahoo, or generates an iCal file for other calendar applications. Here’s an overview of its key capabilities:
- Simple Event Creation:
- Using the neoAddToCalendar command, developers can set essential event details, including title, start and end dates, times, location, and description. This allows users to add events to their chosen calendar with a single click, enhancing user engagement and usability.
- Timezone Compatibility:
- The plugin supports timezone settings to ensure events are displayed accurately across various time zones, making it suitable for international users and event scheduling across regions.
- Cross-Platform Calendar Integration:
- By generating events compatible with major calendar services and exporting to iCal format, neoAddToCalendar is ideal for apps that require scheduling features or reminders, allowing seamless integration into users’ existing calendar systems.
- Customization for User Experience:
- Developers can implement an “Add to Calendar” button within their apps, simplifying the process of saving event details to a calendar of choice, enhancing user experience in applications like event management, reminders, and booking systems.
The neoAddToCalendar plugin offers straightforward and versatile event scheduling integration, perfect for applications that need to support reminders and calendar-based features.
neoAddToCalendar
|
Purpose: |
Add an event to a calendar service |
|
Category: |
neoAddToCalendar |
|
Syntax: |
neoAddToCalendar "theTitle" "theStartDate" "theEndDate" "theStartTime" "theEndTime" "theAddress" "theDescription" theTimeZone
theTitle Title theStartDate Start date (ie: 2023-06-03) theEndDate End date (ie: 2023-06-03) theStartTime Start time (ie: 19:00) theEndTime End time (ie: 18:00) theAddress Address theDescription Description theTimeZone Time zone (ie: Europe/Madrid) |
Created with the Personal Edition of HelpNDoc: Free CHM Help documentation generator