Template:ICSDownloadLink/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:ICSDownloadLink. It contains usage information, categories and other content that is not part of the original template page. |
Creates a download link for an ICS file (event date container).
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title of the event | title | The general title of the event. This is the text that will be shown in a calendar. Keep it short.
| String | required |
Event start | start | The start date of the event.
| Date | required |
Event end | end | The ending of the event.
| Date | required |
For a list of time zones please see timezonedb.
Usage[edit]
See the template's testcases:
Testing date formatting. | |
---|---|
Wiki code | {{#time:Ymd"T"His| November 29 2021 16:00 Asia/Seoul}}<br/> {{#time:Ymd"T"His| 2021-08-12T04:00:00+07}} |
Main version | 20211129T070000 20210811T210000 |
Sandbox version | 20211129T070000 20210811T210000 |
Test with given full date definition | |
---|---|
Wiki code | {{ICSDownloadLink |title=Name of the event |start=November 29 2021 16:00 Asia/Shanghai |end=December 23 2021 16:00 Asia/Shanghai}} |
Main version | |
Sandbox version | (no sandbox subpage) |
Test with short date definition | |
---|---|
Wiki code | {{ICSDownloadLink |title=Name of the event |start=2021-08-12T04:00:00+07 |end=2021-08-25T04:00:00+07}} |
Main version | |
Sandbox version | (no sandbox subpage) |
See also[edit]