×

注意!页面内容来自https://helpdeskgeek.com/how-to-set-up-and-manage-google-reminders/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

How to Set Up and Manage Google Reminders

5 min read

Help Desk Geek is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

Google’s overarching workplace suiteGoogle Workspacecontains many tools which can increase your productivity and manage your affairs. This includes Google Remindersa tool within the Google Calendar. Combined with GmailGoogle Docsand other essential Google productsyou’ll be more efficient than ever. 

Google Reminders is intuitive to use. With sophisticated predictive autofillsetting reminders has never been so easy. In this articlewe’ll explain how you can set up and manage Google Reminders.

How to Create Reminders on the Web App

Google Reminders can be set on the web version of Google Calendar. These sync between the web and mobile apps (if you’re using the same account)so any changes you make on either will be reflected on the other. 

To add a Google Reminder on the web version of Google Calendar:

  1. Open Google Calendar in your web browser and sign in if you aren’t already. 
  2. Click on the calendar on the date and time that you’d like to set a Reminder.
  1. In the pop-up windowselect Reminder
  1. Set your datespecific timetitleand whether you’d like the Reminder to repeat. 
  1. Hit Save.

Note: Google has several other tools that can help you get the most out of its Reminders tool. Google Keep lets you create notes (like shopping lists) and set reminders directly from the app. Google Taskson the other handhelps you track daily tasks and organize deadlines with reminders. These two apps have a lot of crossover functionalityso check out our guide to help decide which is better. 

How to Edit a Google Reminder

Google Calendar makes it incredibly easy to edit Reminders once they’ve been created. 

To edit your Google Reminder on the web app: 

  1. Click on the Reminder
  1. Click the pencil icon.
  1. Make any desired changes and select Save.

How to Cancel a Google Reminder

Deleting your Google Reminder is also simple. To do so:

  1. Select the Reminder.
  1. Click the trash can icon

How to Add Reminders on Android or iPhone

Setting a Reminder on your mobile is much the same as via the web app. The process should be the same whether you’re using an Android phone or Apple device. 

  1. Open the Google Calendar app
  2. Tap the plus icon at the bottom-right of the screen. 
  1. Tap Reminder.
  1. Set your titledatetimeand whether you’d like the Reminder to repeat. 
  1. Tap Save

Note: Alternativelyif you have Google Assistant turned onyou can simply ask it to createdeleteor tell you about your reminders. For exampleyou can say: “OK Googlewhat are my reminders?” or “OK Googleremind me to buy carrots at 2:00 PM”. 

How to Edit a Google Reminder

To edit a Google Reminder on the phone app: 

  1. Open the Google Calendar app and tap the Reminder.
  1. Select the pencil icon at the top-right of the screen.
  1. Make the changesthen tap Save.
  1. Finallytap mark as done

How to Delete Reminders

To delete your Google Reminder:

  1. Tap the Reminder inside the Google Calendar app.
  1. Select the three vertical dots at the top-right of the screen.
  1. Tap Delete
  1. Tap Delete in the pop-up window. 

How to Check Your Google Reminders

You’re able to check and manage all of your reminders in one place on both a desktop PC and your mobile device. 

To check your Reminders on PC:

  1. Head to Google Reminders
  2. Here you should see a list of all of your reminders. Mark your reminders as complete by checking them off. 

To check your Reminders on mobile:

  1. Open the Google app.
  2. Tap your profile icon then tap Reminders
  1. Here you should see a list of all of your reminders. You can mark them as completeedit themdelete themand create new reminders from this section. 

How to Assign a Reminder to Someone Else

If you are part of a Google Family Calendar or have multiple users signed in to the same Google account on an Assistant-enabled deviceyou’re able to assign them Reminders. 

To do sosimply make use of Google Assistant’s voice recognition functionality to set a reminder for you. For examplesay: “Hey Googleremind Jamie to water the garden at 5:00 PM”. 

How to Manage Your Reminder Notifications

To get the most out of your Google Calendar Reminders on Androidturn on notifications as follows:

  1. Open Settings
  2. Tap Notifications
  1. Tap Google and make sure it’s toggled on. 

The process to change Google permissions on iOS should be the same. 

Put Your Mind at Ease

With Google Remindersyou can stop stressing about forgetting important things. Simply make a reminder on your PC or phone and put your mind at ease. When the time comesGoogle will make sure you remember! 

<> .center-modal-popup { position: fixed; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 99999; background: rgba(0,0,0,0.5); } .center-modal-box { width: 500px; max-width: 96%; border-radius: 10px; padding: 36px; color: #fff; box-shadow: 0 12px 40px rgba(0,0,0,0.5); transform: scale(0.98); opacity: 0; transition: opacity 0.35s easetransform 0.35s ease; } .center-modal-popup.show .center-modal-box { opacity: 1; transform: scale(1); } .modal-close { position: absolute; top: 18px; right: 22px; background: transparent; border: none; font-size: 28px; color: #fff; cursor: pointer; } .modal-inner h2 { text-align:center; font-size:22px; margin:4px 0 12px; } .modal-desc { text-align:center; max-width:620px; margin:0 auto 18px; font-size:15px; } /* Logo */ .center-modal-logo { display: block; margin: 0 auto 12px; height: auto; } .modal-form { display:flex; flex-direction:column; width:100%; align-items:center; } /* Input row: full-width centered box */ .modal-input-row { display:block; width:100%; max-width:720px; margin:0 auto 12px; } .modal-input-row input { width:100% !important; padding:14px 20px !important; border-radius:30px !important; border:none !important; font-size:15px !important; box-sizing:border-box !important; background:#fff !important; color:#333 !important; outline:none !important; box-shadow:none !important; -webkit-appearance:none !important; -moz-appearance:none !important; appearance:none !important; } .modal-input-row input::placeholder { color:#999 !important; } .modal-input-row input:focus { outline:none !important; box-shadow:none !important; border:none !important; } .modal-input-row input:-webkit-autofill, .modal-input-row input:-webkit-autofill:hover, .modal-input-row input:-webkit-autofill:focus { -webkit-box-shadow:0 0 0 1000px #fff inset !important; -webkit-text-fill-color:#333 !important; } /* Submit row: button same max-width as inputcentered */ .modal-submit-row { display:flex; justify-content:center; width:100%; } .modal-submit { display:block; width:100%; max-width:720px; padding:14px 22px; border-radius:30px; border:none; color:#fff; font-weight:700; cursor:pointer; box-sizing:border-box; text-align:center; } .modal-error { color:#fff; font-size:14px; text-align:center; margin:8px 0 12px 0; padding:12px 16px; background:#e74c3c; border-radius:6px; font-weight:500; } .modal-terms { text-align:center; width:100%; max-width:720px; line-height:1.4; margin:14px 0 0 0 !important; font-size:13px; } @media(max-width:720px) { .center-modal-box { padding:24px 18px; width:100%; } .modal-inner h2 { font-size:18px; margin:0 0 10px; } .modal-desc { font-size:14px; margin:0 0 16px; } .center-modal-logo { transform: scale(0.75); margin-bottom:10px; } .modal-input-row { margin-bottom:12px; max-width:100%; } .modal-input-row input { width:100%; max-width:100%; } .modal-submit { width:100%; max-width:100%; } .modal-terms { font-size:12px; max-width:100%; } }