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

Is there a way to specify "SENT-BY" for organizer field of the event? #358

Closed
vlamicsecure opened this issue Mar 17, 2022 · 7 comments
Closed
Assignees

Comments

@vlamicsecure
Copy link

Hi,

Is there a way to specify "SENT-BY" for organizer field of the event? I haven't found in the docs and wonder if that's something I have missed or it's not supported. Alternatively, is it possible to set a raw data for the selected field?

Thank you for a great library!

Regards,
Vlad

@sebbo2002
Copy link
Owner

This field is currently not supported by ical-generator, but I see it as something that could be added in the future.

As a temporary solution you could use the x() method and set the organizer completely by yourself.

@vlamicsecure
Copy link
Author

Perfect, thanks @sebbo2002!

@vlamicsecure
Copy link
Author

@sebbo2002 trying to use the x() method, but getting error that the name of the attribute must start with X-. Is there any workaround about it?

@sebbo2002
Copy link
Owner

Oh no, sorry, forgot that one. I can try to add support over the weekend. Would that be fast enough or do you need it immediately? Because then you would have to look for alternatives.

@vlamicsecure
Copy link
Author

That would be great @sebbo2002 if you can add it over the weekend! :)

sebbo2002 added a commit that referenced this issue Mar 19, 2022
Allows to specify the calendar user that is acting on behalf of the calendar user. Both supported within the Organizator and Attendees.

see #358
@sebbo2002 sebbo2002 mentioned this issue Mar 19, 2022
@sebbo2002 sebbo2002 self-assigned this Mar 19, 2022
github-actions bot pushed a commit that referenced this issue Mar 19, 2022
# [3.3.0-develop.1](v3.2.1...v3.3.0-develop.1) (2022-03-19)

### Features

* Add Support for Sent By ([9aac3e0](9aac3e0)), closes [#358](#358)
@sebbo2002
Copy link
Owner

Can you try the develop build (npm i ical-generator@3.3.0-develop.1) and see if that works for you?

@sebbo2002 sebbo2002 assigned vlamicsecure and unassigned sebbo2002 Mar 19, 2022
github-actions bot pushed a commit that referenced this issue Mar 21, 2022
# [3.4.0](v3.3.0...v3.4.0) (2022-03-21)

### Features

* Add Support for Sent By ([9aac3e0](9aac3e0)), closes [#358](#358)
@sebbo2002
Copy link
Owner

Released in ical-generator@3.4.0.

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

No branches or pull requests

2 participants