-
Hey,
When I put DAYLIGHT and STANDARD in de same timezone like this:
``` php
$vcalendar = new VCalendar();
$vcalendar->PRODID = 'test';
$vtimezone = $vcalendar->add('VTIMEZONE', [
'TZID'…
-
Split off from https://github.com/nextcloud/deck/issues/15 so we have individual issues to track:
Current plan from the discussion below:
| Deck | CalDAV | Tasks |
|-|-|-|
| Board | `VCALEND…
-
```
This is my ical:
BEGIN:VCALENDAR PRODID:-//Luke Visinoni//qCal v0.1//EN VERSION:2.0
BEGIN:VEVENT DTSTART:20090310T104324 DTEND:20090310T112200
ORGANIZER:CN=John Smith:MAILTO:jsmith@host1.com END:…
-
### Environment
- Operating System: Darwin
- Node Version: v20.14.0
- Nuxt Version: 3.13.1
- CLI Version: 3.13.1
- Nitro Version: 2.9.7
- Package Manager: npm@10.7.0
- Builder: …
-
Hello,
I'm using [vue-web-component wrapper](https://github.com/vuejs/vue-web-component-wrapper) to build web components with Vue.
VCalendar, used inside such a web component is missing its enti…
-
Hey,
When importing events to calendar they automatically get modified and saved in the current local time losing the timezone information.
So for example, opening this event in Berlin will lead t…
tasn updated
5 months ago
-
Hi,
I have included the date picker in my web application, and I am trying to change its theme to be compatible with my web app's theme. I mainly want to change the hover and focus styles of each …
-
```
Aug 18 22:26:50 xxxxxxxxxx davmail: displayMessage - java.lang.NullPointerException
Aug 18 22:26:50 xxxxxxxxxx at davmail.exchange.VCalendar.isTodo(VCalendar.java:765)
Aug 18 22:26:50 x…
-
I have an EXDATE at a specific time with a specific TZID. Presently ical.net does not serialize the TZID with the EXDATE. When deserializing the calendar this results in `GetOccurrences()` returning a…
-
**Version:** 4.5.0
**Action:** import an ICS file which includes a weekday recurrence
**Actual result:** event with a weekly recurrence on Mondays
**Expected result:** recurrence info…