Calendar Links
Categories
Component ID
2918558
Component name
Calendar Links
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
13
Component created
Component changed
Component body
The Calendar Links module provides calendar paths for the following:
- iCal
- Outlook
- Google Calendar
- Yahoo! Calendar
Once installed you will need to have your module/theme use the paths or the included render element.
Add To Calendar Dropdown
It includes an Add To Calendar Dropdown element. You can use the element by having your module/theme create a render element like this example:
$calendar_dropdown = array(
'#theme' => 'calendar_links_add_to_calendar_dropdown',
'#title' => 'Important Meeting',
'#start_date' => '2017-10-30 18:45:00',
'#end_date' => '2017-10-30 19:45:00'
'#description' => 'Please remember to make this meeting. If you have trouble looging in please contact me at (777)777-7777',
'#location' => 'Skype Meeting',
'#url' => 'https://www.example.com/meeting/1234343',
);
Similar Modules
This module borrows a lot from the Add to Cal module but does not require any entities.