Append tomorrows calendar events to current deaft

Hello, is there a way of importing all my calendar events for tomorrow and append it to the current draft?

TIA

Thanks. Is there a way to tweak the script so it automatically gets all the calendars?

(And also so it defaults to tomorrow without having to use a date picker?)

I would look at using getAllCalendars() then looping over the array of returned calendars and grabbing their events.

If I was amending the action to work with all calendars, I would simply remove the prompt and set it to use tomorrow’s date rather than the result of the prompt input. Once you make some changes to that generic action, I figure you may as well configure it to meet your exact use case.