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

Allow RECURRENCE-ID to be set while creating event. #280

Open
RahulLanjewar93 opened this issue Sep 24, 2024 · 5 comments
Open

Allow RECURRENCE-ID to be set while creating event. #280

RahulLanjewar93 opened this issue Sep 24, 2024 · 5 comments

Comments

@RahulLanjewar93
Copy link

Currently the eventShape variable does not support RECURRENCE-ID

We want to create ics events for canceled events in a recurrence pattern,
Google calendar seems to be adding RECURRENCE-ID in case of cancellation of one event in the recurrence pattern.

I am aware of using exclusionDates but it does not look good visually.

I can create a pr if required.
Any help is appreciated, thanks

Sample image uploaded below
image

@RahulLanjewar93
Copy link
Author

Also, its a calendar specification mentioned here

@RahulLanjewar93
Copy link
Author

@adamgibbons do we have any insights on this one? or maybe I am missing something ?

@adamgibbons
Copy link
Owner

@RahulLanjewar93 recurrence-id isn't yet supported but I'd welcome a PR to support it.

@RahulLanjewar93
Copy link
Author

@RahulLanjewar93 recurrence-id isn't yet supported but I'd welcome a PR to support it.

Thanks for the reply, will create a PR

@RahulLanjewar93
Copy link
Author

#281 adds the RECURRENCE-ID to the ics event.

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