-
```js
import { RRule } from 'rrule';
const rule = new RRule({
tzid: 'America/New_York',
freq: RRule.DAILY,
interval: 1,
byweekday: [RRule.WE],
dtstart: new Date(Date.UTC(2018, 8, 1)…
reggi updated
5 years ago
-
**Is your feature request related to a problem? Please describe.**
As an user I'd want to have a better way to import Meetings on Decidim on my own software calendar (Mozilla Lighting, Google Calenda…
-
As a volunteer, I want to put in my own availability/blockout dates, so I don’t get requests for dates I cannot volunteer.
-
There are sample for other thing except the first part how to actually connect to Icloud Calender and get token and so on...
Thank you
-
From our discussion I would like to put into writing for further discussion how we might go about implementing the logic of the calendar system in the database. This is by no means the final say on h…
-
Citation of `` with the following bibliography gives out `RFC 5545:2018` (which is obviously wrong).
```
[bibliography]
== Bibliography
* [[[RFC5545,IETF RFC 5545]]], _AUTOFILL_
```
-
A calendar can be created in Evolution 3.22.6 a couple different ways:
* webcal URL fed to Evolution
* manual entry
When a user creates a calendar by entering the data into Evolution manually, and …
ghost updated
6 years ago
-
### Steps to reproduce
1. create or import ical calendar
2. synchronize through caldav with caldavsynchronizer
3. validation error
### Expected behaviour
no validation error. OC calendar app f…
-
- Calculate "next visit" date for client receipt then validate against closed dates
- if the date is same as a "closed date" then subtract a day
- loop through until an open day is found that …
-
Before submitting an issue, [read the FAQ](https://github.com/caldav4j/caldav4j/wiki/FAQ.md)
then describe the issue using the following template
## Reproduce
Steps to reproduce the issue:
…