Skip to content
Snippets Groups Projects

Calendar events and iCal feeds

Merged Jonathan Weth requested to merge calendar-object-feeds into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Nik | Klampfradler
  • Nik | Klampfradler
  • Nik | Klampfradler
  • Jonathan Weth added 19 commits

    added 19 commits

    Compare with previous version

  • Nik | Klampfradler mentioned in merge request !215 (closed)

    mentioned in merge request !215 (closed)

  • mentioned in issue #214 (closed)

  • Jonathan Weth added 20 commits

    added 20 commits

    • b8a25199...8065dfa2 - 18 commits from branch master
    • 27b8562b - Merge branch 'master' into calendar-object-feeds
    • fb7c977b - Provide calendar feeds as GraphQL query and ICS files

    Compare with previous version

  • Jonathan Weth added 73 commits

    added 73 commits

    • fb7c977b...4160245a - 71 commits from branch master
    • 6cbc7db6 - Setup basic infrastructure for calendar events and iCal feeds
    • ee117881 - Provide calendar feeds as GraphQL query and ICS files

    Compare with previous version

  • Hangzhi Yu added 1 commit

    added 1 commit

    • fe61aad1 - WIP: Calendar feeds in frontend

    Compare with previous version

  • Hangzhi Yu added 1 commit

    added 1 commit

    • 0a0bec8d - WIP: Calendar feeds in frontend

    Compare with previous version

  • Julian added 2 commits

    added 2 commits

    • 84b10362 - Fix typo
    • 19f6125e - Refactor and fix CalendarSelect to provide the wanted behavior

    Compare with previous version

  • Hangzhi Yu added 1 commit

    added 1 commit

    • 0b010018 - Make calendar overview layout more responsive

    Compare with previous version

  • Hangzhi Yu added 1 commit

    added 1 commit

    • 901f77e4 - Add actions when clicking on days and events

    Compare with previous version

  • @yuha We could probably use a button group for switching between day, month, and week mode instead of a select.

    https://v2.vuetifyjs.com/en/components/button-groups/

  • Nik | Klampfradler
  • Changelog

  • assigned to @nik

  • Hangzhi Yu added 1 commit

    added 1 commit

    • 412e161d - Add mechanism for calendar feeds to inject custom components shown in event detail view

    Compare with previous version

  • Hangzhi Yu added 2 commits

    added 2 commits

    Compare with previous version

  • Hangzhi Yu added 1 commit

    added 1 commit

    • 2a6318e2 - Add copy button for ICS link

    Compare with previous version

    • Resolved by Hangzhi Yu

      @hansegucker It seems that django-ical does - currently - not provide any functionality to set colors for events/calendars. This can probably be fixed by just extending the ExtendedICal20Feed. Could you have a look at this?

  • Jonathan Weth
  • Jonathan Weth added 5 commits

    added 5 commits

    • 51f5d29f - Fix spelling of 'amends'
    • 8cb0cc52 - Add docstrings and typing for classes related to CalendarEventMixin
    • 042bcc80 - Implement recurrences feature of CalendarEvent
    • 54fddd49 - Prepare usage of start and end filtering for calendar feeds endpoint
    • 517824e1 - Reformat and fix lint

    Compare with previous version

  • Jonathan Weth added 1 commit

    added 1 commit

    • 7682a863 - Fix permissions for calendar feeds

    Compare with previous version

  • Jonathan Weth added 2 commits

    added 2 commits

    • a1db3339 - Fix permissions for calendar feeds
    • ec14fe3c - Use HttpResponse to write calendar feed as iCal

    Compare with previous version

  • Jonathan Weth added 1 commit

    added 1 commit

    • 627a1e10 - Fix format of date and times in new calendar frontend

    Compare with previous version

  • Jonathan Weth mentioned in issue AlekSIS#58

    mentioned in issue AlekSIS#58

  • Jonathan Weth added 4 commits

    added 4 commits

    • 8efa37b8 - Use correct map with iCal attributes from django-ical
    • 3bc187ed - Include only valid feeds in GraphQL calendar endpoint
    • 0d088c9c - Allow dates or datetimes for start and end of calendar events
    • ef09f7fb - Use only events from current class or subclasses for calendar feeds

    Compare with previous version

  • Jonathan Weth added 1 commit

    added 1 commit

    • f5c0fce8 - Add some tests for RegistryObject, fix typing and a bug

    Compare with previous version

  • Hangzhi Yu added 4 commits

    added 4 commits

    • a9d15987 - X
    • 70911d03 - Merge branch 'calendar-object-feeds' of...
    • 41b2d503 - Use button group to select calendar type
    • c2025f12 - Extend ICal20 data model by allowing calendar and event colors to be set &...

    Compare with previous version

  • Jonathan Weth added 5 commits

    added 5 commits

    • 1f49dd68 - Add holiday model
    • f2a1032e - Build Holiday model on top of CalendarEvent
    • a98202dd - Document Holiday model and update changelog
    • 3f489fb8 - Drop Holiday.on_day as it's semantically wrong
    • de4a2e4b - Merge branch '802-add-model-for-tracking-holidays' into 'calendar-object-feeds'

    Compare with previous version

  • Hangzhi Yu added 7 commits

    added 7 commits

    • 5daa1104 - Extend ICal20 data model by allowing calendar and event colors to be set &...
    • fa4600ee - Add holiday model
    • cb9dc200 - Build Holiday model on top of CalendarEvent
    • 7afa58a9 - Document Holiday model and update changelog
    • 5d3d515d - Drop Holiday.on_day as it's semantically wrong
    • 817e6f63 - Dynamic fetching of calendar events by start/end date selected in frontend
    • 2450c8ca - Reformat

    Compare with previous version

  • Hangzhi Yu added 2 commits

    added 2 commits

    • 21e9e46c - Dynamic fetching of calendar events by start/end date selected in frontend
    • f8be8380 - Reformat

    Compare with previous version

  • Hangzhi Yu added 2 commits

    added 2 commits

    • 07163f11 - Add uid value to calendar events in order to check for duplicates when...
    • 69b5b825 - Generalize some functionality of customizable calendar event detail view into a mixin

    Compare with previous version

  • Hangzhi Yu added 2 commits

    added 2 commits

    • 8e954e2a - Generalize some functionality of customizable calendar event detail view into a mixin
    • 5135d7a1 - Add key to calendar type select button group

    Compare with previous version

  • Hangzhi Yu added 3 commits

    added 3 commits

    • f4b372b7 - Responsive layout optimizations
    • 2839e942 - Add validator to calendar overview menu item
    • 4fb7dc48 - Make event bars in calendar frontend customizable per feed

    Compare with previous version

  • Hangzhi Yu added 1 commit

    added 1 commit

    • 4e9179b0 - Make event bars in calendar frontend customizable per feed

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading