Commit Graph

116 Commits

Author SHA1 Message Date
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
petkir 71f6469fa0 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02:00
Hugo Bernier 1035bee04d
Update README.md
Added yaml metadata.
2020-04-26 14:22:47 -04:00
Mohamed Derhalli 3d505e29e2 Update calendar styles to match applied theme 2020-04-25 21:41:34 -04:00
Rachel Inderhees c31cb6d3bb
Fixed spelling error in field name (#1154)
* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Fixed spelling error in field name

Co-authored-by: Sylvia Okafor <sokafor@microsoft.com>
2020-03-09 20:18:06 +02:00
Matti Paukkonen faddec698f
React-Calendar sample edit dialog fix (#1147)
* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Updated sample YAML description

* Added recurrenceInfo null check when opening edit dialog

Co-authored-by: Sylvia Okafor <sokafor@microsoft.com>
2020-03-09 20:06:45 +02:00
Anders Mörtsell fe6dc0ce05 Fixed editing single events in a recurring series 2019-09-06 01:19:45 +02:00
Anders Mörtsell 5fc7a8b3a4 Finalized localization issues 2019-08-24 22:18:29 +02:00
Anders Mörtsell b4a9d56c5f Call date utility function directly and not from private methods in every control 2019-08-19 21:14:10 +02:00
Anders Mörtsell 8a12f697f8 Fixed localization where missing 2019-08-19 14:13:58 +02:00
Anders Mörtsell 6538d8e493 Added swedish language file 2019-08-16 09:19:28 +02:00
Joel Rodrigues fd2a0857e7 Cleaned imports and resolved TypeScript warnings (#902)
* replace var with const and let

* remove imports not being used

* Resolved most stylelint warnings
2019-07-05 15:58:14 +03:00
Joel Rodrigues 9650938465 fix issue when updating events (#901) 2019-07-05 15:57:36 +03:00
joaojmendes 3e82d22c5f New Sample - react-multimedia-gallery - SPFx (#899)
* update docs

* Update README.md

* Update README.md

* Support to IE11

* fine tunning, added Fade on Images

* use CSS transitions

* clean extra comments
2019-07-05 15:57:15 +03:00
joaojmendes a62d3735d1 Update README.md 2019-06-12 23:03:25 +01:00
joaojmendes 07c6fda0d4 Update README.md 2019-06-12 22:55:15 +01:00
joaojmendes a528b557a4 commit change 2019-06-12 22:52:01 +01:00
joaojmendes 262fc2f5bf Update README.md 2019-06-12 22:48:21 +01:00
joaojmendes 13ecb88458 update docs 2019-06-11 17:10:09 +01:00
joaojmendes ef0fffe82f React-Calendar Update (#864)
* commit first

* Update README.md

* Update README.md

* first commit

* Change Docs

* Update README.md

* Update README.md

* Update Calendar Web Part

* Update README.md

* Update README.md

* Update Docs

* Update - Suport Create Event in SiteTimeZone

* update Docs

* update docs

* Update comments

* upd default start/end dates on prop panel

* update Prop

* upd default props panel

* upd comments

* code fix for title special characters

* Update Version

* upd to usereffectivebasepermissions to check perm

* commit changes

* commit changes

* commit changes

* Commit changes
2019-05-13 19:12:21 +03:00
joaojmendes b0204bd14b New -React-Calendar Web part (#859)
* commit first

* Update README.md

* Update README.md

* first commit

* Change Docs

* Update README.md

* Update README.md

* Update Calendar Web Part

* Update README.md

* Update README.md

* Update Docs

* Update - Suport Create Event in SiteTimeZone

* update Docs

* update docs

* Update comments

* upd default start/end dates on prop panel

* update Prop

* upd default props panel

* upd comments
2019-05-04 17:58:48 +03:00