CryptPad H2: Calendar

This commit is contained in:
Fede.- 2021-11-12 19:42:04 -03:00
parent 94e35fc7cb
commit d381936109
22 changed files with 136 additions and 22 deletions

View File

@ -36,8 +36,7 @@ The team drive is the storage space shared between members of the team and it wo
## Team Members
Team members management is done from the **Members** tab.
1. Select a Team,
2. move the mouse to the left
3. and select **Members**
2. and then **Members** in the left tabs.
![](en/team_members.gif)

View File

@ -1,18 +0,0 @@
---
title: 'Calendar & Contacts'
published: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- calendar
- contacts
- cryptpad
page-toc:
active: true
---
# Calendar and Contacts

View File

@ -0,0 +1,106 @@
---
title: 'Calendar'
published: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- calendar
- cryptpad
page-toc:
active: true
---
# Calendar
![](en/calendar.png)
CryptPad Calendar is quite easy to use. Let's see how it works.
## Calendar toolbar
![](en/calendar_toolbar.png)
- **+ New event**: add an event at the current time and date.
- **< >**: move to the previous/next period depending on the view.
- **Today**: center the view on the current day.
- **View menu**: toggle to **Day**, **Week** or **Month** view.
![](en/calendar_toolbar.gif)
## Create a calendar
To create a new calendar, just click on **New calendar** and a dialog box will prompt where you can add a title and a color to identify it. Then click on **SAVE**.
![](en/calendar_new.png)
## Edit a calendar
By clicking on the **···** at the right of a calendar name you will access to its options.
![](en/calendar_options.png)
### Edit
Change the title and color of the calendar
![](en/calendar_edit.png)
### Share
There are three ways to share a calendar:
- with **Contacts**:<br>
when sharing directly with contacts, the calendar link never leaves the encrypted environment of CryptPad. Recommended to prevent data leaks.
- via a **Link**:<br>
this option provides a link that can be shared through the medium of your choice. This method can present security risks. To add a level of security, it is recommended to add a password to the calendar before sharing the link.
- or **embedding** it:<br>
this allow you to display a calendar on a web page.
In any of the three cases, access rights can be set to allow the recipient to edit the calendar or to only view it.
![](en/calendar_share.png)
### Access
Set the ways the calendar can be accessed.
![](en/calendar_access.png)
- **Access**
* **Destroy**: Delete the document permanently.
- **List**
* The **access list** restricts access to a document. Once active, users who are not on the list are not able to access the document, even if they have it stored in their CryptDrive.<br>
**To enable the access list**, check **Enable access list**. The owners of the document are on the list by default and cannot be removed from it.<br>
**To add contacts or teams** to the list, select them from the contacts list on the right and add them with the arrow button.<br>
**To remove a user or team** from the list use the **x** button next to their name.
![](en/calendar_al.gif)
- **Owners**
* Manage the ownership of the document. Owners of a document have permissions to **enable an access list**, **enable a password**, **add or remove other owners**, and to **destroy the document**.<br>
To **add** or **remove** users as owners proceed the same way as with the contacts list.
!! If a document is created without owners, no one has permissions to manage its ownership. It cannot be permanently destroyed by anyone, but can be removed from the CryptDrive and will be destroyed automatically after 90 days of inactivity.
### Import/Export
You can import or export a calendar to the standard `.ics` format.
![](en/calendar_export.png)
### Properties
Shows the document identifier and size.
![](en/calendar_properties.png)
### Remove
![](en/calendar_remove.png)
## Add events
![](en/calendar_event.png)
To add an event, just click on the the date and time you want. You can modify the duration by dragging the bottom down and edit its options either by clicking on it to open the detailed view or dragging it to a new date/time.
![](en/calendar_add.gif)
![](en/calendar_add_2.gif)

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -0,0 +1,25 @@
---
title: 'Contacts'
published: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- contacts
- cryptpad
page-toc:
active: true
---
# Contacts
Using CryptPad contacts makes collaboration more secure and simple.
## Add a contact
There are two ways to add a contact:
- By sharing your profile (go to the user menu, select **Profile** and then click on the **SHARE** button).
![](en/add_contact_share.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -24,5 +24,6 @@ Both type of users, **guests** (non-registered) and **registered**, have access
- ### [Configurations](registered/configurations)
- ### [Profile](registered/profile)
- ### [Teams](registered/teams)
- ### [Calendar & Contacts](registered/calendar-contacts)
- ### [Calendar](registered/calendar)
- ### [Contacts](registered/contacts)
- ### [Settings](registered/settings)

View File

@ -39,7 +39,8 @@ In the following chapters you will find the information needed to start using an
- [Configurations](users/registered/configurations)
- [Profile](users/registered/profile)
- [Teams](users/registered/teams)
- [Calendar & Contacts](users/registered/calendar-contacts)
- [Calendar](users/registered/calendar)
- [Contacts](users/registered/contacts)
- [Settings](users/registered/settings)
## [03. CryptDrive](cryptdrive)