nextcloud / nextcloud/calendar
Invite attendees with emails list
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 332
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 137
Description
Is your feature request related to a problem? Please describe.
I need to invite external people to a certain event.
Currently, I have to enter the emails one by one.
This can be quite long and redundant.
Describe the solution you'd like
I propose to be able to put several emails when you invite a person.
For example, instead of doing :
- type 'xxxx1@xxx.xx', then enter
- type 'xxxx2@xxx.xx', then enter
- type 'xxxx3@xxx.xx', then enter
To be able to do : - type 'xxxx1@xxx.xx xxxx2@xxx.xx xxxx3@xxx.xx', then enter
The separator can be a space, a comma or a semicolon
Describe alternatives you've considered
I don't see an alternative, but I am open to any proposal.
Additional context
I can participate in the development of this feature if it is accepted
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named in the issue. Start by locating the event invitation attendee input and its existing single-email handling, then verify that space-, comma-, and semicolon-separated addresses can be entered together and result in separate invitees.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100