Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
Firstjeudy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas G.
Firstjeudy
Commits
041d9e79
Commit
041d9e79
authored
Oct 23, 2018
by
Nicolas G.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export iCal : les rappels n'étaient pas reconnus
parent
08d71841
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
fj/templates/ical.ics
fj/templates/ical.ics
+5
-1
ponctu/templates/ical2.ics
ponctu/templates/ical2.ics
+5
-1
No files found.
fj/templates/ical.ics
View file @
041d9e79
...
...
@@ -11,7 +11,11 @@ URL: {{ url }}
LOCATION:{{ ville.lieu }}
BEGIN:VALARM
ACTION:AUDIO
TRIGGER:{{ veille|date:"Ymd" }}T{{ ville.debut|time:"His" }}
TRIGGER:-PT1D
END:VALARM
BEGIN:VALARM
ACTION:AUDIO
TRIGGER:-PT1H
END:VALARM
END:VEVENT
END:VCALENDAR
ponctu/templates/ical2.ics
View file @
041d9e79
...
...
@@ -11,7 +11,11 @@ URL: {{ url }}
LOCATION:{{ rencontre.lieu }}
BEGIN:VALARM
ACTION:AUDIO
TRIGGER:{{ rappel|date:"Ymd" }}T{{ rappel|time:"His" }}
TRIGGER:-PT1D
END:VALARM
BEGIN:VALARM
ACTION:AUDIO
TRIGGER:-PT1H
END:VALARM
END:VEVENT
END:VCALENDAR
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment