-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: Add to Calendar - iCal #5440
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/fuxicmwok |
Codecov Report
@@ Coverage Diff @@
## development #5440 +/- ##
===============================================
- Coverage 23.23% 23.19% -0.04%
===============================================
Files 493 493
Lines 5169 5182 +13
Branches 38 38
===============================================
+ Hits 1201 1202 +1
- Misses 3963 3975 +12
Partials 5 5
Continue to review full report at Codecov.
|
There is already an ical URL in the event model |
I added the iCalUrl from the event model. |
<a href="#">{{t 'Add to Calendar'}}</a> | ||
<div class="menu"> | ||
{{#each this.calendarUrls as |calendar|}} | ||
<a href={{calendar.url}} class="item"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea why you remove target blank and rel nofollow noreferrer. There is a reason why I added that
Ohh Sorry i just forget that
…On Wed, Nov 4, 2020, 14:47 Areeb Jamal ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In app/components/public/add-to-calender.hbs
<#5440 (comment)>
:
> @@ -9,7 +9,16 @@
{{/if}}
({{this.timezone}})
<br>
- <a href={{this.calendarUrl}} target="_blank" rel="noreferrer nofollow">{{t 'Add to Google Calendar'}}</a>
+ <UiDropdown class="pointing">
+ <a href="#">{{t 'Add to Calendar'}}</a>
+ <div class="menu">
+ {{#each this.calendarUrls as |calendar|}}
+ <a href={{calendar.url}} class="item">
I have no idea why you remove target blank and rel nofollow noreferrer.
There is a reason why I added that
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5440 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOTTIAALF2XGLSVRIICEFS3SOEL3NANCNFSM4TGSCKTQ>
.
|
When I download the ical it is missing |
I am referring to this example event https://eventyay.com/e/1f720482 |
I'm getting |
Fixes #5072
Short description of what this resolves:
i added yahoo and outlook calendar and dropdown
![dropdown](https://user-images.githubusercontent.com/61289472/97906783-42d61f80-1d6a-11eb-8d85-0dd0abfbbb8d.PNG)
![yahoo](https://user-images.githubusercontent.com/61289472/97906826-51243b80-1d6a-11eb-88c8-20c7ea0a9bc1.PNG)
![outlook](https://user-images.githubusercontent.com/61289472/97906834-54b7c280-1d6a-11eb-8726-bb91d2a40f0c.PNG)
Changes proposed in this pull request:
Checklist
development
branch.