File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ Or install it yourself as:
5050
5151# ical provides a data-uri which will download a properly formatted *.ics file (see 'Creating HTML links' section)
5252@cal .ical_url
53- # => "data:text/calendar;charset=utf8,BEGIN:VCALENDAR%0AVERSION:2.0%0ABEGIN:VEVENT%0ADTSTART= 20201212T133000Z%0ADTEND= 20201212T143000Z%0ASUMMARY= Christmas%20party%21%0AUID= -20201212T133000Z-Christmas%20party%21%0AEND:VEVENT%0AEND:VCALENDAR"
53+ # => "data:text/calendar;charset=utf8,BEGIN:VCALENDAR%0AVERSION:2.0%0ABEGIN:VEVENT%0ADTSTART: 20201212T133000Z%0ADTEND: 20201212T143000Z%0ASUMMARY: Christmas%20party%21%0AUID: -20201212T133000Z-Christmas%20party%21%0AEND:VEVENT%0AEND:VCALENDAR"
5454
5555# apple_url and outlook_url are simply helper methods that call ical_url
5656@cal .apple_url
57- # => "data:text/calendar;charset=utf8,BEGIN:VCALENDAR%0AVERSION:2.0%0ABEGIN:VEVENT%0ADTSTART= 20201212T133000Z%0ADTEND= 20201212T143000Z%0ASUMMARY= Christmas%20party%21%0AUID= -20201212T133000Z-Christmas%20party%21%0AEND:VEVENT%0AEND:VCALENDAR"
57+ # => "data:text/calendar;charset=utf8,BEGIN:VCALENDAR%0AVERSION:2.0%0ABEGIN:VEVENT%0ADTSTART: 20201212T133000Z%0ADTEND: 20201212T143000Z%0ASUMMARY: Christmas%20party%21%0AUID: -20201212T133000Z-Christmas%20party%21%0AEND:VEVENT%0AEND:VCALENDAR"
5858
5959@cal .outlook_url
60- # => "data:text/calendar;charset=utf8,BEGIN:VCALENDAR%0AVERSION:2.0%0ABEGIN:VEVENT%0ADTSTART= 20201212T133000Z%0ADTEND= 20201212T143000Z%0ASUMMARY= Christmas%20party%21%0AUID= -20201212T133000Z-Christmas%20party%21%0AEND:VEVENT%0AEND:VCALENDAR"
60+ # => "data:text/calendar;charset=utf8,BEGIN:VCALENDAR%0AVERSION:2.0%0ABEGIN:VEVENT%0ADTSTART: 20201212T133000Z%0ADTEND: 20201212T143000Z%0ASUMMARY: Christmas%20party%21%0AUID: -20201212T133000Z-Christmas%20party%21%0AEND:VEVENT%0AEND:VCALENDAR"
6161```
6262
6363### Creating HTML links
You can’t perform that action at this time.
0 commit comments