-
Hi,
I tried to read a calendar but get an error:
```
java.lang.NullPointerException
at jfxtras.icalendarfx.VParentBase.checkChild(VParentBase.java:370)
at jfxtras.icalendarfx.VParentBase.add…
-
I'm seeing certain requests taking durations into the minutes to complete. For example, loading my calendars in InfCloud:
|Method|Path|Duration|Note|
|-|-|-|-|
|PROPFIND|/|16 ms|
|REPORT|/user/…
-
[
'@samk-dev/nuxt-vcalendar',
{
componentPrefix: 'v3',
locales: {
'kk-KZ': {
firstDayOfWeek: 1,
masks: {
L: 'YYY…
-
Having the ability to view and accept (including sending a reply (!)) meetings on mobile would be a pretty great option.
Steps required for this:
1. ical/vcalendar parsing (copy and paste logic from …
-
Not sure in which way exactly (maybe via QR codes), but it would certainly make sense to offer visitors the possibility to integrate single or all events in their calendars, and maybe it would also ma…
cmb69 updated
6 years ago
-
I have a recurring event. It should have recurred on 11/28/2024 but since it's thanksgiving, I moved the event instance on the 28th to today 11/25/2024 in google.
When I call `$vcalendar->select…
-
This code
```
Calendar myCal = new Calendar();
CalendarEvent myEvent = new CalendarEvent {
Start = new CalDateTime(2024, 12, 1, 12, 0, 0),
End = new CalDateTime(2025, 1, 1, 18, 0, 0),
…
-
Errors:
```
AsciiDoc Input: (ID _dbf283e5-cf07-41c4-9817-aa688d118490): Error: Term reference to `iCalendar` missing: "iCalendar" is not defined in document
AsciiDoc Input: (ID _cf734446-6bbb-429b-…
-
```
import { createDAVClient } from 'tsdav';
(async () => {
const client = await createDAVClient({
serverUrl: 'https://caldav.wecom.work',
credentials: {
username: 'linyibing@l…
-
Many different ICAL generators, namely MS Exchange, Google Calendars, Apple Calendar, add string properties to VCALENDAR that should be kept during parsing.
E.g. X-WR-CALNAME is an extremely import…