You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><b>payload</b> - an object containing the query parameters described in <ahref="https://developers.google.com/google-apps/calendar/v3/reference/events/list">event list API documentation</a></li>
37
-
<li><b>calendar</b> - the calendar to add the event to (optional, defaults to the node calendar property or the users primary calendar)</li>
36
+
<li><b>payload</b> - a text search string used to select relevant events</li>
37
+
<li><b>calendar</b> - the calendar to retrieve the event from (optional, defaults to the node calendar property or the users primary calendar)</li>
38
+
</ul>
39
+
</p>
40
+
<p>The message sent from the node will have properties:
41
+
<ul>
42
+
<li><b>title</b> - the summary string from the calendar entry</li>
43
+
<li><b>description</b> - the description from the calendar entry</li>
44
+
<li><b>location.description</b> - the location string from the calendar entry</li>
45
+
<li><b>data</b> - the raw event from the google calendar query as described in the <ahref="https://developers.google.com/google-apps/calendar/v3/reference/events/list">event list API documentation</a></li>
46
+
<li><b>payload</b> - an object containing:
47
+
<ul>
48
+
<li><b>title</b> - the summary string from the calendar entry</li>
49
+
<li><b>description</b> - the description from the calendar entry</li>
50
+
<li><b>location.description</b> - the location string from the calendar entry</li>
51
+
<li><b>start</b> - Javascript Date of start time - midnight for all day event</li>
52
+
<li><b>end</b> - Javascript Date of end time - midnight for all day event</li>
53
+
<li><b>allDayEvent</b> - true if event is an all day event</li>
54
+
<li><b>creator</b> - object containing name and email properties</li>
55
+
<li><b>attendees</b> - list of objects containing name and email properties</li>
0 commit comments