Calendar events and iCal feeds
Merge request reports
Activity
- Resolved by Nik | Klampfradler
- Resolved by Jonathan Weth
- Resolved by Jonathan Weth
- Resolved by Jonathan Weth
added 19 commits
-
eccd3dcd...026dc991 - 18 commits from branch
master
- b8a25199 - Setup basic infrastructure for calendar events and iCal feeds
-
eccd3dcd...026dc991 - 18 commits from branch
mentioned in merge request !215 (closed)
mentioned in issue #214 (closed)
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
-
b8a25199...8065dfa2 - 18 commits from branch
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
-
fb7c977b...4160245a - 71 commits from branch
added 2 commits
added 1 commit
- 0b010018 - Make calendar overview layout more responsive
added 1 commit
- 901f77e4 - Add actions when clicking on days and events
@yuha We could probably use a button group for switching between day, month, and week mode instead of a select.
- Resolved by Jonathan Weth
- Resolved by Jonathan Weth
- Resolved by Jonathan Weth
- Resolved by Jonathan Weth
- Resolved by Jonathan Weth
- Resolved by Jonathan Weth
- Resolved by Jonathan Weth
assigned to @nik
added 1 commit
- 412e161d - Add mechanism for calendar feeds to inject custom components shown in event detail view
added 2 commits
- 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 theExtendedICal20Feed
. Could you have a look at this?
- Resolved by Hangzhi Yu
- Resolved by Hangzhi Yu
added 5 commits
Toggle commit list- Resolved by Hangzhi Yu
- Resolved by Nik | Klampfradler
FIXME: Feeds visible in condition of rule
- Resolved by Jonathan Weth
FIXME: Exclude CalendarEvent
added 1 commit
- 627a1e10 - Fix format of date and times in new calendar frontend
- Resolved by Jonathan Weth
Probably we could make use of
AttributeRow
, @yuha?
mentioned in issue AlekSIS#58
added 4 commits
Toggle commit listadded 1 commit
- f5c0fce8 - Add some tests for RegistryObject, fix typing and a bug
added 5 commits
Toggle commit list- Resolved by Jonathan Weth
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
Toggle commit listadded 1 commit
- 4e9179b0 - Make event bars in calendar frontend customizable per feed