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

Outlook's link doesn't add the guests to the invite section. #320

Closed
mutebironald opened this issue Feb 24, 2021 · 9 comments
Closed

Outlook's link doesn't add the guests to the invite section. #320

mutebironald opened this issue Feb 24, 2021 · 9 comments
Labels
wontfix This will not be worked on

Comments

@mutebironald
Copy link

mutebironald commented Feb 24, 2021

calendar-link@2.0.13
Browser: Chrome@88

Data passed
eventData = {
title: "topic",
description: https://localhost:3000/zvhb0egh,
start: startDate,
duration,
guests : [ "test@test.com" ]
};

Generated URL: https://outlook.live.com/calendar/0/deeplink/compose?body=https%3a%2f%2flocalhost%3a3000%2fzvhb0egh&enddt=2021-02-24T10%3a07%3a52+00%3a00&path=%2fcalendar%2faction%2fcompose&startdt=2021-02-24T10%3a07%3a08+00%3a00&subject=topic

Notice, the invite attendees section is still empty. I would expect the email test@test.com to be there
outlook

@FindingAnand
Copy link
Collaborator

⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week.

@FindingAnand FindingAnand added the wontfix This will not be worked on label May 26, 2021
@haveaguess
Copy link

I wouldn't say this is stale, just not fixed!

@FindingAnand FindingAnand removed the wontfix This will not be worked on label May 28, 2021
@FindingAnand
Copy link
Collaborator

⚠️ This issue has not seen any activity in the past 2 months so I'm marking it as stale. I'll close it if it doesn't see any activity in the coming week.

@FindingAnand FindingAnand added the wontfix This will not be worked on label Jul 28, 2021
@godilite
Copy link

I have same issue, @haveaguess were you able to fix this?

@haveaguess
Copy link

haveaguess commented Nov 19, 2021

I ended up building on the working URL format I shared above, and forking a react project to get some code working for me

Ideally would hope that they didnt close this ticket and addressed this issue but they don't see responsive

@godilite
Copy link

I am using this project in dart could you please explain how you implemented that?

@godilite
Copy link

godilite commented Nov 19, 2021

Like what parameters make up the URL? Cos for me it's not working for all calendar types, not just outlook

@haveaguess
Copy link

Like what parameters make up the URL? Cos for me it's not working for all calendar types, not just outlook

Sure I built against this document IIRC

https://interactiondesignfoundation.github.io/add-event-to-calendar-docs/services/outlook-web.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants