gocal icon indicating copy to clipboard operation
gocal copied to clipboard

ICS file parser in Golang

Results 9 gocal issues
Sort by recently updated
recently updated
newest added

https://icalendar.org/iCalendar-RFC-5545/3-3-4-date.html Sometimes, despite `VALUE=DATE`, it will not also be the case that ` len(s) == 8`. When that happens, the date and thus the entire VEVENT will fail to parse,...

Do you have any plans for, or would be open to a PR for VTODO support (often surfaced as "tasks", "reminders", or "todos" in apps)?

For this purpose, imagine the following event, as defined in the ICS file. ``` BEGIN:VEVENT DTSTART:20210430T230000Z DTEND:20210501T170000Z DTSTAMP:20210411T052116Z UID:[email protected] CREATED:20210411T041911Z DESCRIPTION: LAST-MODIFIED:20210411T043219Z LOCATION: SEQUENCE:1 STATUS:CONFIRMED SUMMARY:Test Event 4 TRANSP:OPAQUE END:VEVENT...

Adds parsing of X-WR-TIMEZONE calendar property and TZID property of VTIMEZONE object, and using of this timezone as default for UTC timestamps and whole day date values.

1) Added support for day recurrence (i.e. BYDAY=**3**TU) :: [lines 36-44, 95-100] 2) Break out of 'for' loop once date is found :: [line 115] 3) Once first date in...

Hi I have calendar entries where a recurring event was moved to another date. In this case nothing is changed on the recurring event, but a new event is created...

using local timezone leads to error in data comparison