Skip to content

Ability to subscribe to issues as ICS calendar #13659

@nodiscc

Description

@nodiscc

Description

Users should be able to subscribe to their assigned issues (or any other issue search) as an ICS calendar file. This allows integrating gitea issues/TODOs in one's own calendar/task management system (eg. Thunderbird or any calendar/task manager that supports ICS subscriptions)

For example, Gitlab has this feature:

image

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//GitLab//NONSGML GitLab//EN
CALSCALE:GREGORIAN
X-WR-CALNAME:GitLab Issues
BEGIN:VEVENT
DTSTAMP:20201120T184651Z
UID:AAAA-BBBB-CCCC-DDD-2b12cfece978
DTSTART;VALUE=DATE:20201121
DESCRIPTION:Find out more at https://gitlab.com/nodiscc/awesome-linuxaudio/
 -/issues/7
SUMMARY:Move CI/syntax checks to gitlab CI (in nodiscc/awesome-linuxaudio)
TRANSP:TRANSPARENT
URL:https://gitlab.com/nodiscc/awesome-linuxaudio/-/issues/7
END:VEVENT
END:VCALENDAR
  • After subscribing to this ICS file from a calendar management program, issues are displayed according to their due date property on the calendar view:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/featureCompletely new functionality. Can only be merged if feature freeze is not active.type/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions