Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apps-script-samples/solutions/automations/vacation-calendar/ throws error on events that are part of an event series #384

Open
luisafuss opened this issue Feb 13, 2023 · 1 comment
Assignees

Comments

@luisafuss
Copy link

luisafuss commented Feb 13, 2023

Summary

I use the script provided here (slightly adapted) to import events from one calendar to another. This works mostly perfectly fine, thank you! But in some cases I get the following error message:

Error attempting to import event: GoogleJsonResponseException: API call to calendar.events.import failed with error: Invalid iCalUID value. Skipping.

My guess is that this happens for events that are part of an event series.

Expected Behavior

The events that are part of the events should be imported. Even if the original event is not in the list.

Actual Behavior

The error mentioned above is thrown.

Steps to Reproduce the Problem

  1. Setup the project as described here
  2. In the personal calender of a group member add an event series containing at least one of the respective keywords
  3. Run the skript

Thanks for your help or for fixing the issue!

@luisafuss
Copy link
Author

Hello,
Do you have a solution or a workaround here?
Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants