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

Fetch external ics - get title #463

Closed
rabele opened this issue Nov 29, 2020 · 5 comments
Closed

Fetch external ics - get title #463

rabele opened this issue Nov 29, 2020 · 5 comments

Comments

@rabele
Copy link

rabele commented Nov 29, 2020

Hi Tim,
is it intended / possible to get the title (SUMMARY) of events when fetches with event oder group configuration in backend?

I tried to get events from an ics calendar and the times are imported correctly but the title isn't fetched. In the frontend all of these events have got the same title (configuration title).

Thanks a lot
Regards
Ralf

@lochmueller
Copy link
Owner

Ist composer mode enabled? Do you use the most current version or dev-master?

@rabele
Copy link
Author

rabele commented Nov 29, 2020

Composer mode isn't enabled. I will try dev-master and try again.

@lochmueller
Copy link
Owner

Note: in composer mode you will get sabre/vobject and a more advanced import process. In non-composer installations there is only a fallback integration. Feel free to fix the fallback layer.

@okmiim
Copy link
Collaborator

okmiim commented Nov 29, 2020

There are two ways to import external ics:

  • A configuration with type "external"
    • only imports the times, so the same event (title) occous multiple times
    • (seems like you are using this)
  • A scheduler task "Execute console commands" -> "calendarize:import"
    • creates a seperate event for each ics entry

@rabele
Copy link
Author

rabele commented Nov 29, 2020

Thank you very much Tim and okmiim. The scheduler task ist doing a great job.

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

3 participants