## Step 2: Import events into Google Calendar
After you export your events, you can import them into Google Calendar. You can import with ICS and CSV files on a computer.
1. Open[ Google Calendar]
2. In the top right, click Settings
3. In the menu on the left, click **Import & Export**.
4. Click **Select file from your computer** and select the file you exported.
The file should end in ".ics" or ".csv."
5. Choose which calendar to add the imported events to.
* By default, events are imported into your primary calendar.
6. Click **Import**.
There might be a better way to do this then the ICS, the ics is an exportable file, but does not currently trigger anything. If the appoinment is auto scheduled, via calendar, or via calendly, you may want to consider those triggers instead and filter the meetings you want it to do something automatically with via a branch. If you want to discuss, you can reach me under the same name on telegram
It looks like using the ical.js npm package, we can write code to load the .ics into JSON. However, I’m not aware of a way to pass files to a Code step yet. We’re improving our file passing capabilities, including sending files to an HTTP endpoint and I can discuss passing the file to the Code step too with the team.
Meanwhile, I think you can try to do something similar to what @thisthatjosh suggested, to have the even come from another service rather than from a file.
The benefit of having an .ICS file is that when tapped in an email, it can automatically create a calendar event for the recipient. Example, client books an appointment, then tap the attached .ICS file named something like “Add to Cal” to add the meeting to their calendar.