nextcloud / nextcloud/calendar

Invite attendees with emails list

Open
#3,034 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop enhancement Feature: Editor
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.