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

Read iCalendar files and allow to select VEVENT to import as events #44

Open
agilare opened this issue Nov 3, 2019 · 0 comments
Open

Comments

@agilare
Copy link
Owner

agilare commented Nov 3, 2019

Admin page :

  1. add input file type field (maybe URL input) and a submit btn
  2. after submit show list of VEVENT elements parsed with title, start, end, description, location, URL; each line ends with a checkbox allowing to select events to import; at the end of this list show a submit button going to :

Admin gererEvenements page.
Insert selected events in previous page with the following matches (ladecadanse evement table field = VEVENT tag) :

  • titre = SUMMARY
  • description = DESCRIPTION
  • catégorie = fêtes
  • nomLieu = LOCATION
  • dateEvenement & horaire_debut = DTSTART
  • status = inactif
  • icalendar_uid (to add) = UID

Events created appear in list of gererEvenements, available to edit and be published by the user.

@agilare agilare added the feature label Nov 3, 2019
@agilare agilare added this to the v3.3 milestone Nov 3, 2019
@agilare agilare added this to To do in Latest features and improvements of v3 via automation Nov 3, 2019
@agilare agilare removed this from the v3.3 milestone Apr 25, 2023
@agilare agilare added the low priority label Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

1 participant