120 Commits

Author SHA1 Message Date
Hugo Bernier
9f9805d6bb
Merge branch 'main' into patch-2 2021-10-31 14:01:24 -04:00
Hugo Bernier
525af507ec Updated sample.json and readme 2021-10-31 14:00:11 -04:00
Hugo Bernier
3f85ca66b3 Updated sample.json to remove created and updated 2021-10-31 13:19:05 -04:00
Hugo Bernier
a2df9ea25f Updated readme and sample.json 2021-10-30 00:46:42 -04:00
mohammadamer
a69b3ef469
Update parseRecurrenceEvent.ts
Parsing EventDate and EndDate in case the event instance is an exception recurrent event which resolve unhandled exception that happens when end user clicks such events with unparsed date in the calendar view.
2021-10-16 20:11:32 +03:00
mohammadamer
b56448a657
Update Year.tsx
Highlight today style in the year view like the other calendar views
2021-10-03 00:53:05 +03:00
mohammadamer
91a2da907d
Update
Update year view to look nicer and highlight today in year view like the other calendar views.
2021-10-03 00:48:50 +03:00
Hugo Bernier
54a685797b
Merge branch 'main' into master 2021-07-14 15:46:22 -04:00
Hugo Bernier
9484e85576 Updated readme and sample json, as solution version 2021-07-14 15:43:33 -04:00
mohammadamer
540c3a8ded
Update events.ts to disable Edit Recurrence Series button when user has readonly access
Disable Edit Recurrence Series button when user has readonly access
2021-07-14 19:26:57 +03:00
Hugo Bernier
788af86aa1 Update readme and sample.json 2021-06-27 01:26:13 -04:00
Abderahman88
24a38e0fa6 fix year-view overlap 2021-06-22 01:52:21 +02:00
Hugo Bernier
65703eace0 Updated readme and sample.json 2021-05-19 23:27:40 -04:00
Eli
894ed03ca0 Moved the recurrent event parsing further down in the function, and now the week-view seems to work fine again 2021-05-10 13:12:59 +02:00
Eli
76c8cbcd96 Added save to local storage so that the api-calls to getLocalTime is not made for every event, on every refresh. No the code will first compare the results with the localStorage results - and if they are equal - use the local to display the event. If they are not equal, the for loop will run like before. WARNING: This triggers a bug in the 'week'-view. Have not fixed this yet 2021-05-10 12:42:56 +02:00
Eli
d2abcf24d1 removed the localStorage thing again. If this is to be used I need to add a compare-function to make sure that new events are added to the local storage. 2021-05-10 09:47:34 +02:00
Eli
fa8de53a12 Added local storage to avoid all the api-requests getting called on every refresh of the page. Which again could lead to throttling 2021-05-07 21:33:48 +02:00
Hugo Bernier
7e8624c017
Update sample.json 2021-05-03 00:48:51 -04:00
Hugo Bernier
68f7f67761 Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
Hugo Bernier
cd1cb830d6 Changed master to main 2021-05-02 15:04:59 -04:00
Hugo Bernier
82598c094f Added links to issue templates 2021-04-26 02:08:59 -04:00
Hugo Bernier
5d146e40b0
Merge branch 'master' into master 2021-04-04 22:18:28 -04:00
Hugo Bernier
1b11dcba16 Updated sample json and readme 2021-04-04 22:16:03 -04:00
mohammadamer
c97646dddb
Update sv-se.js
Update popup confirmation message so the end user can get different messages when delete (All Recurrences events) or (One Recurrence event)
2021-03-27 20:57:09 +02:00
mohammadamer
1ce43186bf
Update pt-pt.js
Update popup confirmation message so the end user can get different messages when delete (All Recurrences events) or (One Recurrence event)
2021-03-27 20:56:18 +02:00
mohammadamer
16d4af58ee
Update nl-nl.js
Update popup confirmation message so the end user can get different messages when delete (All Recurrrences events) or (One Recurrence event)
2021-03-27 20:54:38 +02:00
mohammadamer
868056c581
Update en-us.js
Update popup confirmation message so the end user can get different messages when delete (All Recurrrences events) or (One Recurrence event)
2021-03-27 20:53:33 +02:00
mohammadamer
85c0d59b12
Update mystrings.d.ts
Update popup confirmation message so the end user can get different messages when delete (All Recurrrences events) or (One Recurrence event)
2021-03-27 20:51:57 +02:00
mohammadamer
83e8dd1449
Update event.tsx
Update popup confirmation message so the end user can get different messages when delete (All Recurrrences events) or (One Recurrence event)
2021-03-27 20:47:12 +02:00
Hugo Bernier
974e5e671f Updated readme and sample.json 2021-03-21 01:14:43 -04:00
mohammadamer
2aa033e372
Change RecurrenceID to Date type
Change RecurrenceID to Date type like SharePoint Standard functionality to solve the issue of deleting one occurrence of recurrent event
2021-03-18 18:02:12 +02:00
mohammadamer
4cecbce672
Change RecurrenceID to Date type
Change RecurrenceID to Date type like SharePoint Standard functionality to solve the issue of deleting one occurrence of recurrent event
2021-03-18 18:00:18 +02:00
mohammadamer
d7f623adbf
Update spservice.ts to fix delete events
Change the RecurrentID to Date type
Some fixes for RecurrentID in some places since it became a Date Type
applied SharePoint Standard functionality for deleting one occurrence of recurrent event by adding prefix "Deleted"
2021-03-18 17:45:16 +02:00
mohammadamer
28900087ec
Update spservice.ts to fix delete events
Update spservice.ts to fix issue with delete recurrence events that has no recurrence Exception.
2021-03-16 14:02:54 +02:00
Hugo Bernier
7ed51a0838 Updated sample JSON 2021-03-15 03:48:14 -04:00
Hugo Bernier
e6cd0b17de Added sample metadata 2021-02-08 02:19:31 -05:00
Abderahman88
9a84340da3 fixed timezone difference 2020-12-24 22:15:44 +01:00
Abderahman88
af5086c032 calendar improvements and clean up 2020-12-04 03:09:15 +01:00
Abderahman88
2290fe591b fix all-day event 2020-12-03 02:04:23 +01:00
Hugo Bernier
d4b6cb277a
Update README.md 2020-11-08 23:17:26 -05:00
Abderahman88
d1782fd286 change tsconfig 2020-10-21 22:11:46 +01:00
Abderahman88
ed784cc129 remove comments 2020-10-21 22:05:15 +01:00
Abderahman88
c576451685 update package-solution.json 2020-10-21 21:56:54 +01:00
Abderahman88
94312db65f Merge branch 'master' into UpdateBigCalendar 2020-10-21 21:52:55 +01:00
Abderahman88
20920c2532 change styles year-component 2020-10-21 21:39:13 +01:00
Abderahman88
683a6320c5 add year header label 2020-10-19 21:47:42 +01:00
Hugo Bernier
1f3f07fdc5 Added readme and updated solution/packge version 2020-10-18 21:58:03 -04:00
Nanddeep Nachan
c218ef534b Added all day event functionality 2020-10-18 18:18:45 +00:00
Abderahman88
b4332a36a3 add custom toolbar 2020-10-18 00:11:54 +01:00
Hugo Bernier
dc9fbec436 Upgraded to SPFx 1.10 2020-06-09 17:08:34 -04:00