1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-29 03:51:41 +02:00

Export activites as an ICS Calendar

This commit is contained in:
Yohann D'ANELLO
2020-09-04 18:36:20 +02:00
parent 5c7fe716ad
commit 70e1a611dd
3 changed files with 346 additions and 287 deletions

@ -14,4 +14,5 @@ urlpatterns = [
path('<int:pk>/entry/', views.ActivityEntryView.as_view(), name='activity_entry'),
path('<int:pk>/update/', views.ActivityUpdateView.as_view(), name='activity_update'),
path('new/', views.ActivityCreateView.as_view(), name='activity_create'),
path('calendar.ics', views.CalendarView.as_view(), name='calendar_ics'),
]