feat(google-calendar): Add max results option to new calendar trigger
This commit is contained in:
@@ -10,6 +10,7 @@ export default defineTrigger({
|
||||
async run($) {
|
||||
const params: Record<string, unknown> = {
|
||||
pageToken: undefined as unknown as string,
|
||||
maxResults: 250,
|
||||
};
|
||||
|
||||
do {
|
||||
|
Reference in New Issue
Block a user