neoEventCalendar
Events calendar based on:
https://github.com/brospars/simple-calendar
For custom colors use this CSS (Project > Properties > Styles)
:root {
--eventcalendarmaincolor: #f48b10;
--eventcalendarbackgroundcolor: #545a5c;
}
Sample App:
https://visualneo.com/tutorials/neoeventcalendar
neoEventCalendarInit
Purpose: |
Initialize neoEventCalendar Plugin |
Category: |
neoEventCalendar |
Syntax: |
neoEventCalendarInit "objId" showYear "theMonths" "theDays" "theStartDay"
objId Select a Container showYear Show year? theMonths Months names (comma separated) theDays Days names (comma separated. Start on sunday) theStartDay Start day (0 = sunday, 7 = saturday...) |
neoEventCalendarAddEvent
Purpose: |
Add a new event to the events calendar |
Category: |
neoEventCalendar |
Syntax: |
neoEventCalendarAddEvent "objId" "theStartDate" "theEndDate" theText
objId Select a Container theStartDate Start date (YYYY/MM/DD HH:MM) theEndDate End date (YYYY/MM/DD HH:MM) theText Summary (event description, HTML allowed) |