Calender Elements
iCAl
Image

Description
The iCal-Element uses an iCal-Calendar and sets the output QS TRUE if an event with Summary "Summary" and takes place at DateTime "DateTime". The QL gets set TRUE if there is and event with Location "Location". The error output is true if any error occurs.
Properties
Source | String |
Summary | String |
Location | String |
DateTime | DateTime |
QS | Boolean |
QL | Boolean |
Error | Boolean |
Add Inputs | No Inputs Addable |
Add Outputs | No Outputs Addable |
Truth Table
Assume that there is an event with summary "Test-Summary" at location "Test-Location" from 01.08.2016, 13:45 to 01.08.2016, 16:45
Summary | Location | DateTime | QS | QL |
---|---|---|---|---|
Test-Summary | Test-Location | 01.08.2016, 12:00 | 0 | 0 |
Test-Summary | Test-Location | 01.08.2016, 15:00 | 1 | 1 |
Test-Summary | WRONG-Location | 01.08.2016, 15:00 | 1 | 0 |
WRONG-Summary | Test-Location | 01.08.2016, 15:00 | 0 | 1 |
Test-Summary | Test-Location | 01.08.2016, 12:00 | 0 | 0 |
WRONG-Summary | WRONG-Location | 01.08.2016, 15:00 | 0 | 0 |