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

Synchronisieren eines Kalenders im Backend #13

Closed
swinde opened this issue Jan 27, 2018 · 6 comments
Closed

Synchronisieren eines Kalenders im Backend #13

swinde opened this issue Jan 27, 2018 · 6 comments

Comments

@swinde
Copy link

swinde commented Jan 27, 2018

Beim Synchronisieren eines Kalenders im Backend wird man auf die Startseite im Frontend weitergeleitet.

@kozi
Copy link
Owner

kozi commented Jan 29, 2018

Welche Version wird verwendet? Contao-Version und Version der Erweiterung?

@swinde
Copy link
Author

swinde commented Jan 29, 2018

Es ist die gleiche Installation wie unter #12
Contao 4 | Erweiterung über Composer installiert 1.1.1

@rustykowski
Copy link

Für Contao 4.5.12 und contao-fullcalendar Version 2.0.1kann ich das Problem bestätigen.
Man landet auf domain.tld/?do=calendar statt auf domain.tld/contao/?do=calendar.
Ruft man die URL manuell auf, klappt es mit der Synchronisation.

@rustykowski
Copy link

Dazu noch eine Frage: Muss man beim Synchronisationstyp "Link zu einer ICS-Datei" eigentlich manuell aktualisieren, oder macht das die Erweiterung regelmäßig automatisch?

@Acta2000
Copy link

Dazu noch eine Frage: Muss man beim Synchronisationstyp "Link zu einer ICS-Datei" eigentlich manuell aktualisieren, oder macht das die Erweiterung regelmäßig automatisch?

Gibt es für diese Frage schon eine Lösung. Zum einen wird bei mir auch die Startseite geladen zum anderen stell ich mir auch die Frage wie man den Import automatisieren kann.

@kozi
Copy link
Owner

kozi commented Jul 10, 2019

Der Import ist eine einseitige Synchronisation. Der Kalender wird stündlich aktualisiert.

$GLOBALS['TL_CRON']['hourly'][] = ['\ContaoFullcalendar\CalendarSync', 'syncCal'];

@kozi kozi closed this as completed in d5feca9 Jul 10, 2019
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

4 participants