Commit Graph

16 Commits

Author SHA1 Message Date
mohammadamer 563e5ba024
Fix All Day event issue
Fix All Day event issue that makes All Day events date expanded to another day instead of being full day event.
2021-11-22 21:18:49 +02: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
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
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 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
Abderahman88 9a84340da3 fixed timezone difference 2020-12-24 22:15:44 +01:00
Abderahman88 2290fe591b fix all-day event 2020-12-03 02:04:23 +01:00
Nanddeep Nachan c218ef534b Added all day event functionality 2020-10-18 18:18:45 +00:00
Anders Mörtsell fe6dc0ce05 Fixed editing single events in a recurring series 2019-09-06 01:19:45 +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 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