I'm unsure of what is needed for the page content section for the Google cal to Notion API

Hello,

I’m unsure of what is needed for the page content section for the Google cal to Notion API. I included a screenshot, what string should I put if I’m just trying to get a new page created / updated every time a new event is created / updated

Screenshot 2023-07-06 at 11.37.15 AM|690x456

Hi @Me,

To create a new page in Notion every time a new event is created or updated in Google Calendar, you can use the following triggers and actions:

  1. Use the “New Event” or “Event Updated” trigger from the Google Calendar app in Pipedream.
  2. Add the “Create Page” action from the Notion app.

For the Page Content section in the Notion “Create Page” action, you can use any string or data from the Google Calendar event. For example, you can use the event title or description as the page content.

Here’s an example of a workflow:

  1. Add the “New Event” or “Event Updated” trigger from the Google Calendar app.
  2. Add the “Create Page” action from the Notion app.
  3. In the “Create Page” action, for the Parent Page ID, select a Notion page where you want to create the new pages.
  4. For the Page Content, you can use steps.trigger.event.summary to use the event title as the content.

Remember to connect your Google Calendar and Notion accounts in the respective steps.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.

steps.trigger.event.summary to use the event title as the content. didn’t work, it’s just creating untitled entries in the database