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

Feature Request: Calendar View #501

Closed
t829702 opened this issue Apr 18, 2021 · 7 comments
Closed

Feature Request: Calendar View #501

t829702 opened this issue Apr 18, 2021 · 7 comments

Comments

@t829702
Copy link

t829702 commented Apr 18, 2021

Something like this https://lwn.net/Calendar/Monthly/2021-05/ is showing a straightforward view of which conferences will be held on weekends; or which will be on weekdays which will be conflicts with my work, or I will have to request some time off in advance if I really want to attend;

image

I hope https://confs.tech/ can have a calendar view of conferences in the following 3 months, better than a single month view; we are caring more of near future than far future, also because many conferences don't have details until 3 months before it (or even closer); but don't mind if it can also have a future 12-months view

@t829702
Copy link
Author

t829702 commented Apr 18, 2021

or with #402 #444 feed for gCalendar or iCalendar use one's own calendar

@nimzco
Copy link
Member

nimzco commented Apr 19, 2021

Would this do the trick for you: https://confs-tech-api.herokuapp.com/api/conferences.rss ?

@t829702
Copy link
Author

t829702 commented May 31, 2021

yes, RSS is a good way I can import into my client side calendar management,

but it seems showing only 15 items, does it have parameters can show more items?

$ curl https://confs-tech-api.herokuapp.com/api/conferences.rss | grep description
<description>Confs.tech | List of tech conferences: JavaScript, UX / Design, Ruby</description>
  <description>📍 Portorož, Slovenia &amp; Online | October, 11 | #java</description>
  <description>📍 Online | November, 23 | #data</description>
  <description>📍 Online | June, 2 | #javascript</description>
  <description>📍 Munich, Germany &amp; Online | November, 8 | #java</description>
  <description>📍 Munich, Germany &amp; Online | October, 25 | #php</description>
  <description>📍 Online | June, 17 | #java</description>
  <description>📍 Online | June, 8 | #devops</description>
  <description>📍 Online | May, 26 | #general</description>
  <description>📍 Online | August, 12 | #kotlin</description>
  <description>📍 Split, Croatia &amp; Online | September, 7 | #general</description>
  <description>📍 Online | September, 27 | #ios</description>
  <description>📍 Online | September, 15 | #leadership</description>
  <description>📍 Gdansk, Poland &amp; Online | October, 14 | #general</description>
  <description>📍 Online | June, 15 | #javascript</description>
  <description>📍 Online | June, 17 | #php</description>

@nimzco
Copy link
Member

nimzco commented Jun 2, 2021

Hey @t829702, I've added a limit params that can go up to 50. ;)
Eg: https://confs-tech-api.herokuapp.com/api/conferences.rss?limit=17

@t829702
Copy link
Author

t829702 commented Jul 1, 2021

Eg: https://confs-tech-api.herokuapp.com/api/conferences.rss?limit=17

503 Service Unavailable

Application error

@nimzco
Copy link
Member

nimzco commented Jul 1, 2021

Thanks for reporting @t829702, I've fixed the issue ;)

@nimzco
Copy link
Member

nimzco commented Jul 1, 2021

I'll close the issue now.

@nimzco nimzco closed this as completed Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants