This Trigger fires a set number of minutes before the starting time of an event on your Microsoft 365 Calendar that contains a specific keyword or phrase.
Developer info
API endpoint slug
calendar365.event_from_search_starts
Trigger fields
Calendar Dropdown list
Label
Which calendar?
Helper text
Select a calendar
Slug
calendar
Required
true
Can have default value
false
Query Text input > Other
Label
Keyword or phrase
Helper text
What keyword or phrase should we look for?
Slug
query
Required
true
Can have default value
true
Offset Dropdown list
Label
Time before event starts
Helper text
Specify how much time before the event starts you'd like the Applet to trigger
Slug
offset
Required
true
Can have default value
true
Ingredients
Title
The event's title.
Slug
title
Filter code
Calendar365.eventFromSearchStarts.Title
Type
String
Example
Team Meeting
Description
The event's description.
Slug
description
Filter code
Calendar365.eventFromSearchStarts.Description
Type
String
Example
Discuss project status
Location
The location where the event takes place.
Slug
location
Filter code
Calendar365.eventFromSearchStarts.Location
Type
String
Example
Conference Room
Starts
Date and time the event starts.
Slug
start_time
Filter code
Calendar365.eventFromSearchStarts.Starts
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00
Ends
Date and time the event ends.
Slug
end_time
Filter code
Calendar365.eventFromSearchStarts.Ends
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00
Event url
The URL to the event on Microsoft 365 Calendar.