aboutsummaryrefslogtreecommitdiff
path: root/radicale_infcloud/web/interface.js
Commit message (Collapse)AuthorAge
* remove useless stringToVevent functionadd-uploadB. Stack2022-08-12
|
* move line-endings fix to forms.jsB. Stack2022-08-12
| | | | | | By moving the line-endings fix to this one source location of fileContents, we avoid having to modify multiple places where the input is parsed.
* restore putVcalendarToCollection, hide dl buttonB. Stack2022-08-12
| | | | | And also improve code formatting and comments to match rest of project.
* WIP: uploaded event is clickable! But...B. Stack2022-08-11
| | | | | | | when you view/edit the object, the "Calendar" drop-down is not pre-populated. The user can select the calendar, but then upon saving it gets duplicated in the global list. Also, it is possible that newlines can get mangled and then refused by the server?
* WIP: newEvent has full UID nowB. Stack2022-08-11
| | | | | But the globalEventList.events[rid] still does not have this entry. Somehow I still need to add the new event to that!
* WIP: uploaded event is visible but not clickableB. Stack2022-08-11
| | | | | | The new event now populates in the visual calendar, but the user cannot edit/view the details. The etag is not returned, which I think is the last piece.
* WIP: add upload functionality, part 1B. Stack2022-08-10
| | | | | | | | The upload button now calls logic, which does a rudimentary upload. The new item can successfully be saved to the server, but the event does not immediately show up in the InfCloud view. The user has to reload the web page to see the new event, which of course is not ideal. There must be a way to add the new object immediately.
* Update package for new web plugin interfaceUnrud2017-06-04
bgstack15