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
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) |