IOS 14: hydrospanner: Difference between revisions

From wikinotes
Line 44: Line 44:
</source>
</source>
</blockquote>
</blockquote>
= CardDav/CalDav Sync =
<blockquote>
adding caldav/carddav to iphone:
<source lang="yaml">
Settings > Contacts > Accounts
  Add Account: Other
    Add CardDav Account:
      server: https://${DOMAIN.COM}:${PORT}/card.php/principals/will
      username: will
      password: <password>
</source>
<source lang="yaml">
Settings > Calendars > Accounts
  Add Account: Other
    Add CardDav Account:
      server: https://${DOMAIN.COM}:${PORT}/cal.php/principals/will
      username: will
      password: <password>
</source>
</blockquote><!-- carddave/caldav -->

Revision as of 02:18, 28 August 2021

Builtin

# system tray
- safari
- mail
- phone
- imessage

# keep
- calendar
- photos
- notes
- settings
- contacts
- maps

Apps

- firefox
- downcast
- downpour
- audible
- bandcamp
- flacbox
- reddit/apollo

Notifications Center

swipe left (from anywhere):
    scroll to bottom
    edit
        - calendar
        - weather
        - omnistat: memory
        - omnistat: cpu

CardDav/CalDav Sync

adding caldav/carddav to iphone:

Settings > Contacts > Accounts
   Add Account: Other
     Add CardDav Account:
       server: https://${DOMAIN.COM}:${PORT}/card.php/principals/will
       username: will
       password: <password>
Settings > Calendars > Accounts
   Add Account: Other
     Add CardDav Account:
       server: https://${DOMAIN.COM}:${PORT}/cal.php/principals/will
       username: will
       password: <password>