Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MBS FileMaker Plugin Example Databases
Calendar Test
All examples are included with download of MBS FileMaker Plugin.
Overview | |
Tables | 1 |
Relationships | 0 |
Layouts | 1 |
Scripts | 5 |
Value Lists | 0 |
Custom Functions | 0 |
Custom Menus | 33 |
File Options | |
Default custom menu set | [Standard FileMaker Menus] |
When opening file | |
Minimum allowed version | 12.0 |
Login using | Account Name; Account= Admin |
Allow user to save password | Off |
Require iOS passcode | Off |
Switch to layout | Off |
Hide all toolbars | Off |
Script triggers | |
OnFirstWindowOpen | Off |
OnLastWindowClose | Off |
OnWindowOpen | Off |
OnWindowClose | Off |
OnFileAVPlayerChange | Off |
Thumbnail Settings | |
Generate Thumbnails | On; Temporary |
Table Name |
Statistics
| Occurrences in Relationship Graph |
CalendarTest |
12 fields defined, 2 records
| CalendarTest |
Layout Objects: CalendarTest
Field Name: CalendarTest::CalendarTitle | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: CalendarTest::CalendarNotes | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: CalendarTest::CalendarColor | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: CalendarTest::CalendarUID | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: CalendarTest::ItemLocation | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: CalendarTest::ItemTitle | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: CalendarTest::ItemNotes | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: CalendarTest::ItemURL | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: CalendarTest::ItemStartDate | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: CalendarTest::ItemEndDate | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: CalendarTest::ItemAllDay | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: CalendarTest::ItemUID | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Button Properties | Coordinates | Script/Script Step | |||
|
| Perform Script [ “CreateCalendar” ] Scripts: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Perform Script [ “SetDates” ] Scripts: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Perform Script [ “CreateEvent” ] Scripts: |
Button Properties | Coordinates | Script/Script Step | |||
|
| Perform Script [ “UpdateDate” ] Scripts: |
CreateCalendar |
CreateEvent |
CreateEvent with Alarms |
SetDates |
UpdateDate |
Next Script: [CreateEvent] |
Script Name | CreateCalendar |
Run script with full access privileges | Off |
Include In Menu | Yes |
Layouts that use this script | |
Scripts that use this script |
|
Script Definition | |
Script Steps |
|
Fields used in this script | |
Scripts used in this script |
|
Layouts used in this script |
|
Tables used in this script | |
Table occurrences used by this script | |
Custom Functions used by this script |
|
Custom menu set used by this script |
|
Previous Script: [CreateCalendar] | Next Script: [CreateEvent with Alarms] |
Script Name | CreateEvent |
Run script with full access privileges | Off |
Include In Menu | Yes |
Layouts that use this script | |
Scripts that use this script |
|
Script Definition | |
Script Steps |
|
Fields used in this script | |
Scripts used in this script |
|
Layouts used in this script |
|
Tables used in this script | |
Table occurrences used by this script | |
Custom Functions used by this script |
|
Custom menu set used by this script |
|
Previous Script: [CreateEvent] | Next Script: [SetDates] |
Script Name | CreateEvent with Alarms |
Run script with full access privileges | Off |
Include In Menu | Yes |
Layouts that use this script |
|
Scripts that use this script |
|
Script Definition | |
Script Steps |
|
Fields used in this script | |
Scripts used in this script |
|
Layouts used in this script |
|
Tables used in this script | |
Table occurrences used by this script | |
Custom Functions used by this script |
|
Custom menu set used by this script |
|
Previous Script: [CreateEvent with Alarms] | Next Script: [UpdateDate] |
Script Name | SetDates |
Run script with full access privileges | Off |
Include In Menu | Yes |
Layouts that use this script | |
Scripts that use this script |
|
Script Definition | |
Script Steps |
|
Fields used in this script | |
Scripts used in this script |
|
Layouts used in this script |
|
Tables used in this script | |
Table occurrences used by this script | |
Custom Functions used by this script |
|
Custom menu set used by this script |
|
Previous Script: [SetDates] |
Script Name | UpdateDate |
Run script with full access privileges | Off |
Include In Menu | Yes |
Layouts that use this script | |
Scripts that use this script |
|
Script Definition | |
Script Steps |
|
Fields used in this script | |
Scripts used in this script |
|
Layouts used in this script |
|
Tables used in this script | |
Table occurrences used by this script | |
Custom Functions used by this script |
|
Custom menu set used by this script |
|
Download example: Calendar Test
Used functions:- Calendar.Alarm.SetAction
- Calendar.Alarm.SetRelativeTrigger
- Calendar.Alarm.SetSound
- Calendar.Calendar.GetUID
- Calendar.Calendar.SetColor
- Calendar.Calendar.SetNotes
- Calendar.Calendar.SetTitle
- Calendar.Item.AddAlarm
- Calendar.Item.GetUID
- Calendar.Item.SetAllDay
- Calendar.Item.SetCalendar
- Calendar.Item.SetEndDate
- Calendar.Item.SetLocation
- Calendar.Item.SetNotes
- Calendar.Item.SetStartDate
- Calendar.Item.SetTitle
- Calendar.Item.SetURL
- Calendar.NewAlarm
- Calendar.NewCalendar
- Calendar.NewEvent
- Calendar.SaveCalendar
- Calendar.SaveEvent