Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

[pull] main from derekantrican:master #325

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Mar 29, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

derekantrican and others added 9 commits September 1, 2021 09:28
* Fixed bug with n occurences

* Added support to INTERVAL

* Added support to YEARLY

* Simplified implementation based on specs

* Switched to increment operator

Co-authored-by: Cédric Devivier <modexpeng@gmail.com>
* Supporting event colors

* Going for the initial examples

* Simplifying code

* Removing color from array example
* Update instructions for old interface that no longer exists

* Update Code.gs
@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Mar 30, 2022
derekantrican and others added 19 commits August 7, 2022 17:25
* Update ical.js.gs

according #259

* Update Helpers.gs

as in 271 and discord

* Update Helpers.gs

increased max. number of results returned by CalendarList.list() to prevent creation of new target calendars in case of high amount of calendars.

* Update Helpers.gs
Emails currently interpolate the wrong values into each list item. For example,
for an event named "Foo" on 28 February 2023 at 12:00, it will produce:

    Foo,2023-02-28T12:00:00Z at undefined

This commit amends the string to interpolate what the author presumes to be the
intended values, such that the following output is produced for the same event:

    Foo at 2023-02-28T12:00:00Z
* Encourage users to create a discussion rather than an issue for support

* Update and rename bug_report.md to bug_report.yml

* Update bug_report.yml

* Update and rename feature_request.md to feature_request.yml

* Update feature_request.yml

* Update feature_request.yml
* add option to not delete past events #117

* Remove unnessacary variable passed to processEventCleanup

* Fix date comparison

* add check of start.date

* Make ln 644 easier to understand
Fix multi-value exdate handling with onlyFutureEvents = true
…386)

* Automatically repair incorrectly formatted ics files from Microsoft

Microsoft Outlook has a bug that sometimes results in incorrectly formatted ics files. This tries to fix that problem.

* jonas0b1011001's generalization
* recurrence exception fix

attempt to fix recurrence issue from discord

* Respect modifyExistingEvents and addEventsToCalendar setting in processEventInstance()

* Skip of no tz is specified
Adding more flexibility to script trigger to allow for 5, 10, 15, 30, but also any hour from 1-24 with 24 as max trigger.
* feat: comprehensive email summary

* feat: custom email subject

* feat: custom date format

* refactor: add back line break

* docs: add function documentation
derekantrican and others added 20 commits December 13, 2023 08:52
…me-doesnt-use-the-specified-time-zone

Process dtend timezone
…rtz-is-not-defined

Fix calendartz not defined
new ICAL.Time.fromJSDate() uses floating tz by default which is not properly handled in compare() later on
calculation must be based on the instance's startdate and not on the current date as the result can differ due to daylight saving time.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Development

Successfully merging this pull request may close these issues.