We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the Program page (https://drupalcampkyiv.org/en/node/7) we have ability to add reminder to your google calendar.
Our community requested support for Apple devices (iCal).
Information about iCal format: https://apple.stackexchange.com/questions/125338/calendar-ical-ics-format
Plan.
At our field formatter we have to add iCal download link in addition to existed google calendar. https://github.com/drupal-ukraine/dcamp-site/blob/master/docroot/modules/custom/dckyiv_core/src/Plugin/Field/FieldFormatter/TimetablePresentationFormatter.php#L73
Add custom controller that will get internal parameters about dates and additional info and sends ics file to user.
Display and style (if needed) link at the timetable block.
Additional info: iCal file generation you could find at this D7 contrib source code: https://git.drupalcode.org/project/addtocal/blob/7.x-1.x/addtocal.module#L583
The text was updated successfully, but these errors were encountered:
#110 Add iCal support for the timetable
270a64d
rotator
No branches or pull requests
At the Program page (https://drupalcampkyiv.org/en/node/7) we have ability to add reminder to your google calendar.
Our community requested support for Apple devices (iCal).
Information about iCal format: https://apple.stackexchange.com/questions/125338/calendar-ical-ics-format
Plan.
At our field formatter we have to add iCal download link in addition to existed google calendar.
https://github.com/drupal-ukraine/dcamp-site/blob/master/docroot/modules/custom/dckyiv_core/src/Plugin/Field/FieldFormatter/TimetablePresentationFormatter.php#L73
Add custom controller that will get internal parameters about dates and additional info and sends ics file to user.
Display and style (if needed) link at the timetable block.
Additional info: iCal file generation you could find at this D7 contrib source code:
https://git.drupalcode.org/project/addtocal/blob/7.x-1.x/addtocal.module#L583
The text was updated successfully, but these errors were encountered: