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

feat: Add to Calendar - iCal #5440

Merged
merged 19 commits into from
Nov 4, 2020
Merged

Conversation

akash2408
Copy link
Contributor

@akash2408 akash2408 commented Nov 1, 2020

Fixes #5072

Short description of what this resolves:

i added yahoo and outlook calendar and dropdown
dropdown
yahoo
outlook

Changes proposed in this pull request:

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the Upstream development branch.
  • The acceptance, integration, unit tests and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@vercel
Copy link

vercel bot commented Nov 1, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/fuxicmwok
✅ Preview: https://open-event-frontend-git-development.eventyay.vercel.app

@mariobehling
Copy link
Member

Please improve as follows:

  • add ical which is the most important we need right now
  • Outlook is not working, please help to fix it
  • Yahoo not working neither on test page

Screenshot from 2020-11-01 22-37-28

@codecov
Copy link

codecov bot commented Nov 2, 2020

Codecov Report

Merging #5440 into development will decrease coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@               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              
Impacted Files Coverage Δ
app/components/public/add-to-calender.ts 4.54% <0.00%> (-4.55%) ⬇️
app/services/loader.js 39.56% <0.00%> (-0.44%) ⬇️
app/components/nav-bar.js 33.33% <0.00%> (+33.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b31d31...101611b. Read the comment docs.

@iamareebjamal
Copy link
Member

There is already an ical URL in the event model

@akash2408
Copy link
Contributor Author

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">
Copy link
Member

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

@akash2408
Copy link
Contributor Author

akash2408 commented Nov 4, 2020 via email

@iamareebjamal iamareebjamal changed the title Feature: Add to Calendar #5072 feat: Add to Calendar - iCal Nov 4, 2020
@auto-label auto-label bot added the feature label Nov 4, 2020
@iamareebjamal iamareebjamal merged commit 3f960f5 into fossasia:development Nov 4, 2020
@mariobehling
Copy link
Member

mariobehling commented Nov 4, 2020

When I download the ical it is missing .ics. I am getting a file 1f720482-Open Source Day 2020 - Forum digitale_. Please add the ics ending. Thanks!

@mariobehling
Copy link
Member

I am referring to this example event https://eventyay.com/e/1f720482

@iamareebjamal
Copy link
Member

I'm getting 1f720482-Open Source Day 2020 - Forum für digitale Souveränität-Calendar.ics. Which browser were you using?

@akash2408
Copy link
Contributor Author

When I download the ical it is missing .ics. I am getting a file 1f720482-Open Source Day 2020 - Forum digitale_. Please add the ics ending. Thanks!

ics

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

Successfully merging this pull request may close these issues.

Feature: Add to Calendar
3 participants