| 1 | <?php |
||
| 11 | class Ics implements Generator |
||
| 12 | { |
||
| 13 | public function generate(Link $link): string |
||
| 46 | |||
| 47 | /** @see https://tools.ietf.org/html/rfc5545.html#section-3.3.11 */ |
||
| 48 | protected function escapeString(string $field): string |
||
| 52 | |||
| 53 | /** @see https://tools.ietf.org/html/rfc5545#section-3.8.4.7 */ |
||
| 54 | private function generateEventUid(Link $link): string |
||
| 58 | } |
||
| 59 |