Sergey Mosin
Sergey Mosin
It would be nice to have spelling/grammar checks at least in comments 
"Invitation: ..." emails should not be sent by the server when the ``SCHEDULE-AGENT`` is not ``SERVER`` as per [RFC6638 Section-7.1](https://tools.ietf.org/html/rfc6638#section-7.1) : ``` ... When the value "CLIENT" is specified, that...
### Steps to reproduce 1. Share a calendar **User1** -> **User2** 2. User1: create an event with `accessClass`='When shared show only busy' and `timeTransparency`='Busy' https://github.com/nextcloud/calendar/blob/f39e31fec11708970f975dc83e49246decce95dd/src/models/rfcProps.js#L35-L46 https://github.com/nextcloud/calendar/blob/f39e31fec11708970f975dc83e49246decce95dd/src/models/rfcProps.js#L82-L92 3. Call `ICalendar->search()` as...
### Which version of integration_google are you using? 1.0.9 ### Which version of Nextcloud are you using? 25.0.10 ### Which browser are you using? In case you are using the...
more info https://github.com/SergeyMosin/Appointments/issues/24#issuecomment-1994084348
Add ability to "processScripts" via a custom function. Useful for WebGL shaders and json-ld data. For example, these options... ```javascript const minifyOpt={ "processScripts": [ "application/ld+json", "x-shader/x-vertex", "x-shader/x-fragment" ], "processScriptsFunction": function(text,script){...
Dropbox "Business Team" ( https://help.dropbox.com/organize/team-folders ) folders are ignored (not imported). Most likely it has something to do with `namespace`s and `Dropbox-API-Path-Root` header. More info: - https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-V2-Access-team-folders-of-bussines-plan-with-Folder-Files/td-p/268044 - https://developers.dropbox.com/dbx-team-files-guide#using-the-dropbox-api-path-root-header
**Describe the bug** `No Documentation found.` popup is shown(instead of the docs) when `Ctrl + Q` is pressed while a function such as `IO.inspect("foo")` is under the caret. **To Reproduce**...
Example with `TZID:Fictitious`: ```elixir """ BEGIN:VCALENDAR VERSION:2.0 BEGIN:VTIMEZONE TZID:Fictitious LAST-MODIFIED:19870101T000000Z BEGIN:STANDARD DTSTART:19671029T020000 RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 TZOFFSETFROM:-0400 TZOFFSETTO:-0500 TZNAME:EST END:STANDARD BEGIN:DAYLIGHT DTSTART:19870405T020000 RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4;UNTIL=19980404T070000Z TZOFFSETFROM:-0500 TZOFFSETTO:-0400 TZNAME:EDT END:DAYLIGHT BEGIN:DAYLIGHT DTSTART:19990424T020000 RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=4 TZOFFSETFROM:-0500 TZOFFSETTO:-0400 TZNAME:EDT...
1. Backed up OpenPGP keys can now be deleted from the server when they are deleted in the browser 2. Fixed: properly convert minutes to milliseconds for `debounce` function in...